{"id":5947,"date":"2022-11-21T17:27:23","date_gmt":"2022-11-21T17:27:23","guid":{"rendered":"https:\/\/kita-hands4kids.ch\/operating-regulations\/"},"modified":"2026-06-21T12:14:03","modified_gmt":"2026-06-21T12:14:03","slug":"operating-regulations","status":"publish","type":"page","link":"https:\/\/kita-hands4kids.ch\/en\/operating-regulations\/","title":{"rendered":"Operating Regulations"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5947\" class=\"elementor elementor-5947 elementor-3351\">\n\t\t\t\t<div class=\"elementor-element elementor-element-157c837 e-flex e-con-boxed e-con e-parent\" data-id=\"157c837\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-7d060c0 e-con-full e-flex e-con e-child\" data-id=\"7d060c0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-afae060 elementor-widget elementor-widget-html\" data-id=\"afae060\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Nunito:wght@400;600;700;800&display=swap\" rel=\"stylesheet\">\n  <style>\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    body { font-family: 'Nunito', sans-serif; background: transparent; color: #1a1a1a; }\n    .announcement {\n      display: inline-flex;\n      align-items: center;\n      background: #EE7A01;\n      color: #fff;\n      font-size: 0.78rem;\n      font-weight: 700;\n      letter-spacing: 0.3px;\n      padding: 4px 14px;\n      border-radius: 100px;\n      margin-bottom: 1rem;\n      white-space: nowrap;\n      max-width: 100%;\n    }\n    h1 {\n      font-size: clamp(1.65rem, 7vw, 2.75rem);\n      font-weight: 600;\n      color: #EE7A01;\n      line-height: 0.95;\n      margin-bottom: 0.75rem;\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n    .intro {\n      font-size: 0.95rem;\n      color: #EE7A01;\n      line-height: 1.7;\n      max-width: 100% !important;\n    }\n  <\/style>\n<\/head>\n<body>\n  <span class=\"announcement\">Legal<\/span>\n  <h1>Operating Regulations<\/h1>\n  <p class=\"intro\">Here you can find out how our daycare operates, what childcare options we offer, and how billing and payments are handled.<\/p>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-da60b53 e-flex e-con-boxed e-con e-parent\" data-id=\"da60b53\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a7791f1 e-con-full e-flex e-con e-child\" data-id=\"a7791f1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a5baab2 elementor-widget elementor-widget-html\" data-id=\"a5baab2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Nunito:wght@400;600;700;800&display=swap\" rel=\"stylesheet\">\n  <style>\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    body { font-family: 'Nunito', sans-serif; background: transparent; color: #1a1a1a; }\n\n    h2 {\n      font-size: clamp(1.4rem, 3vw, 2rem);\n      font-weight: 600;\n      color: #EE7A01;\n      margin-bottom: 0.5rem;\n    }\n\n    .subtitle {\n      font-size: 0.92rem;\n      color: #555;\n      line-height: 1.6;\n      margin-bottom: 2rem;\n    }\n\n    .faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 0.5rem;\n    }\n\n    details {\n      border: none;\n      border-bottom: 1px solid #e8d8cc;\n    }\n\n    summary {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 1rem 0;\n      font-size: 0.95rem;\n      font-weight: 700;\n      color: #1a1a1a;\n      cursor: pointer;\n      list-style: none;\n      gap: 1rem;\n    }\n\n    summary::-webkit-details-marker { display: none; }\n\n    summary::after {\n      content: '+';\n      font-size: 1.3rem;\n      font-weight: 400;\n      color: #EE7A01;\n      flex-shrink: 0;\n      transition: transform 0.2s;\n    }\n\n    details[open] summary::after {\n      transform: rotate(45deg);\n    }\n\n    details[open] summary {\n      color: #EE7A01;\n    }\n\n    .faq-answer {\n      padding: 0 0 1.1rem;\n      font-size: 0.9rem;\n      color: #444;\n      line-height: 1.75;\n    }\n\n    .faq-answer p {\n      margin-bottom: 0.85rem;\n    }\n\n    .faq-answer p:last-child {\n      margin-bottom: 0;\n    }\n\n    .faq-answer ul {\n      margin: 0 0 0.85rem;\n      padding: 0;\n      list-style: none;\n    }\n\n    .faq-answer ul li {\n      padding-left: 22px;\n      position: relative;\n      margin-bottom: 0.4rem;\n    }\n\n    .faq-answer ul li::before {\n      content: \"\";\n      position: absolute;\n      left: 0;\n      top: 9px;\n      width: 7px;\n      height: 7px;\n      border-radius: 50%;\n      background: #EE7A01;\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <h2>1. Regulations<\/h2>\n  <p class=\"subtitle\">These regulations apply to both locations, Wallisellen and Effretikon, as well as to both the daycare and the after-school care.<\/p>\n\n  <div class=\"faq-list\">\n\n    <details id=\"collapse-9122ee46a37d2f6cebe9\">\n      <summary>1.1 Admission Conditions<\/summary>\n      <div class=\"faq-answer\">\n        <p>The daycare run by \"Hands for Kids International Preschool\" admits children of all nationalities and all faiths. It is politically neutral.<\/p>\n        <p>Admission is considered final once the childcare agreement between \"Hands for Kids International Preschool\" and the parents has been signed and the deposit has been paid.<\/p>\n      <\/div>\n    <\/details>\n\n    <details id=\"collapse-014a88e6a37d2f6cebe9\">\n      <summary>1.2 Children with Disabilities<\/summary>\n      <div class=\"faq-answer\">\n        <p>After consultation with management and specialist staff, a child with a disability may also be admitted to a group. However, competent care must be ensured (if necessary, additional training for carers). Children with disabilities take up 1.5 places.<\/p>\n      <\/div>\n    <\/details>\n\n    <details id=\"collapse-5b73e396a37d2f6cebe9\">\n      <summary>1.3 Opening Hours<\/summary>\n      <div class=\"faq-answer\">\n        <p>The \"Hands for Kids International Preschool\" daycare is open Monday to Friday from 7:00am to 6:30pm.<\/p>\n        <p>The daycare remains closed:<\/p>\n        <ul>\n          <li>Over Christmas and New Year, from 24 December to 2 January.<\/li>\n          <li>On public holidays: Good Friday, Easter Monday, Ascension Day, Whit Monday, 1 May, 1 August, as well as on general public holidays of the Canton of Zurich.<\/li>\n        <\/ul>\n        <p>An annual schedule with public holidays and the Christmas\/New Year closure is given to parents at the start of the year. It also shows events for parents and children, as well as any projects and topics planned at the daycare.<\/p>\n        <p>Children must be dropped off in the morning between 7:00am and 9:00am at the latest, and must be picked up promptly in the evening between 4:00pm and 6:30pm. Late pick-ups require staff to work longer hours and will be charged in addition to the regular fee (CHF 30 per 15 minutes). If a child is to be collected by a third party, this must be communicated to the group leaders or the daycare manager in good time. Otherwise, we will contact the parents by phone and, in case of uncertainty, keep the child with us.<\/p>\n      <\/div>\n    <\/details>\n\n    <details id=\"collapse-fcc14026a37d2f6cebe9\">\n      <summary>1.4 Minimum Attendance<\/summary>\n      <div class=\"faq-answer\">\n        <p>In the child's best interest, regular attendance at the \"Hands for Kids International Preschool\" daycare is required. For a child to settle in well with the group, they must attend at least 2 days a week. Children attend on fixed days.<\/p>\n      <\/div>\n    <\/details>\n\n    <details id=\"collapse-ecc8b5f6a37d2f6cebe9\">\n      <summary>1.5 Medical Care<\/summary>\n      <div class=\"faq-answer\">\n        <p>Parents may not bring an unwell child (high fever or contagious illness) to the daycare. If a child becomes unwell during their time at the daycare, parents will be informed immediately by phone by the carers and asked to collect them.<\/p>\n        <p>Parents are always informed about any childhood illnesses or other illnesses currently circulating.<\/p>\n        <p>In an emergency, carers will contact the child's paediatrician, the daycare's trusted doctor, or directly the children's hospital.<\/p>\n        <p>In the event of an accident, all costs, such as taxi fares and emergency doctor fees, are borne by the parents.<\/p>\n      <\/div>\n    <\/details>\n\n    <details id=\"collapse-5d5a7016a37d2f6cebe9\">\n      <summary>1.6 Cancelling Attendance<\/summary>\n      <div class=\"faq-answer\">\n        <p>Parents are asked to inform us if their child will be absent due to illness, holidays or other reasons. This should be done as early as possible.<\/p>\n      <\/div>\n    <\/details>\n\n    <details id=\"collapse-176edac6a37d2f6cebe9\">\n      <summary>1.7 Insurance<\/summary>\n      <div class=\"faq-answer\">\n        <p>Health insurance, as well as accident and liability insurance for the children, is the responsibility of the parents.<\/p>\n        <p>The \"Hands for Kids\" daycare is not liable for damage to, or loss of, personal belongings.<\/p>\n      <\/div>\n    <\/details>\n\n    <details id=\"collapse-81515d06a37d2f6cebe9\">\n      <summary>1.8 Notice Period<\/summary>\n      <div class=\"faq-answer\">\n        <p>A daycare or after-school care place can be terminated by either party in writing, by registered letter, with three months' notice, effective at the end of the calendar month. If the notice period is not observed, the full monthly fee will continue to be charged for the remaining duration of the notice period.<\/p>\n      <\/div>\n    <\/details>\n\n  <\/div>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3846ec3 e-flex e-con-boxed e-con e-parent\" data-id=\"3846ec3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-0602c2c e-con-full e-flex e-con e-child\" data-id=\"0602c2c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c333128 elementor-widget elementor-widget-html\" data-id=\"c333128\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Nunito:wght@400;600;700;800&display=swap\" rel=\"stylesheet\">\n  <style>\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    body { font-family: 'Nunito', sans-serif; background: transparent; color: #1a1a1a; }\n\n    h2 {\n      font-size: clamp(1.4rem, 3vw, 2rem);\n      font-weight: 600;\n      color: #EE7A01;\n      margin-bottom: 0.5rem;\n    }\n\n    .subtitle {\n      font-size: 0.92rem;\n      color: #555;\n      line-height: 1.6;\n      margin-bottom: 2rem;\n    }\n\n    .faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 0.5rem;\n    }\n\n    details {\n      border: none;\n      border-bottom: 1px solid #e8d8cc;\n    }\n\n    summary {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 1rem 0;\n      font-size: 0.95rem;\n      font-weight: 700;\n      color: #1a1a1a;\n      cursor: pointer;\n      list-style: none;\n      gap: 1rem;\n    }\n\n    summary::-webkit-details-marker { display: none; }\n\n    summary::after {\n      content: '+';\n      font-size: 1.3rem;\n      font-weight: 400;\n      color: #EE7A01;\n      flex-shrink: 0;\n      transition: transform 0.2s;\n    }\n\n    details[open] summary::after {\n      transform: rotate(45deg);\n    }\n\n    details[open] summary {\n      color: #EE7A01;\n    }\n\n    .faq-answer {\n      padding: 0 0 1.1rem;\n      font-size: 0.9rem;\n      color: #444;\n      line-height: 1.75;\n    }\n\n    .faq-answer p {\n      margin-bottom: 0.85rem;\n    }\n\n    .faq-answer p:last-child {\n      margin-bottom: 0;\n    }\n\n    .faq-answer .sub-label {\n      font-weight: 700;\n      color: #1a1a1a;\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <h2>2. Fees<\/h2>\n  <p class=\"subtitle\">These provisions apply to both locations, Wallisellen and Effretikon, as well as to both the daycare and the after-school care.<\/p>\n\n  <div class=\"faq-list\">\n\n    <details id=\"collapse-9122ee46a37d2f6cffc8\">\n      <summary>2.1 Monthly Fee<\/summary>\n      <div class=\"faq-answer\">\n        <p>All figures are in CHF. Please see the attached list (daycare fee schedule).<\/p>\n        <p>The monthly flat rate is based on a daily rate of CHF 120.00 for toddlers; the infant rate of CHF 135.00 applies up to and including the 19th month.<\/p>\n        <p>The monthly fee is transferred to the \"Hands for Kids\" daycare's account by the 28th of the preceding month, either by standing order, every six months (1.5% discount), or annually (3% discount). The monthly flat rate is payable in full even in the event of holiday absence, illness or other non-attendance.<\/p>\n        <p><span class=\"sub-label\">Sponsorship:<\/span> Support us and our projects with a donation, and benefit from attractive discounts on the monthly fee.<\/p>\n      <\/div>\n    <\/details>\n\n    <details id=\"collapse-200f99d6a37d2f6cffc8\">\n      <summary>2.2 Settling-In Period<\/summary>\n      <div class=\"faq-answer\">\n        <p>In a preliminary discussion, carers plan the settling-in period together with the parents. For the wellbeing of both the child and the parents, this begins with gradually increasing time spent at the daycare. The settling-in period lasts approximately 2 weeks and is charged at a flat rate of CHF 300.<\/p>\n      <\/div>\n    <\/details>\n\n    <details id=\"collapse-32e03e86a37d2f6cffc8\">\n      <summary>2.3 Deposit<\/summary>\n      <div class=\"faq-answer\">\n        <p>A deposit of CHF 1,000 must be paid before the place is confirmed.<\/p>\n        <p>This amount is refunded without interest when the childcare agreement ends. If you find an alternative solution for your child before the start of care, we are unable to refund the deposit in this case, as registration always involves significant effort and the place was held exclusively for your child.<\/p>\n      <\/div>\n    <\/details>\n\n    <details id=\"collapse-6a282d86a37d2f6cffc8\">\n      <summary>2.4 Additional Hours<\/summary>\n      <div class=\"faq-answer\">\n        <p>If parents would like additional childcare on top of their fixed days, this can be arranged by speaking with the daycare management. Additional childcare hours are charged separately.<\/p>\n      <\/div>\n    <\/details>\n\n    <details id=\"collapse-84133166a37d2f6cffc8\">\n      <summary>2.5 Sibling Discount<\/summary>\n      <div class=\"faq-answer\">\n        <p>If more than one child from the same family attends the \"Hands for Kids\" daycare, we offer a 10% sibling discount on the standard daily rate. This is applied to the lower amount.<\/p>\n        <p>Discounts cannot be combined. Discounts are applied on the next monthly invoice. No refunds are given for services already invoiced.<\/p>\n        <p>This discount can only be granted for as long as all siblings continue to attend \"Hands for Kids\" daycares.<\/p>\n      <\/div>\n    <\/details>\n\n  <\/div>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Legal Operating Regulations Here you can find out how our daycare operates, what childcare options we offer, and how billing and payments are handled. 1. Regulations These regulations apply to both locations, Wallisellen and Effretikon, as well as to both the daycare and the after-school care. 1.1 Admission Conditions The daycare run by &#8220;Hands for [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-5947","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Operating Regulations - Hands for Kids<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/kita-hands4kids.ch\/en\/operating-regulations\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Operating Regulations - Hands for Kids\" \/>\n<meta property=\"og:description\" content=\"Legal Operating Regulations Here you can find out how our daycare operates, what childcare options we offer, and how billing and payments are handled. 1. Regulations These regulations apply to both locations, Wallisellen and Effretikon, as well as to both the daycare and the after-school care. 1.1 Admission Conditions The daycare run by &#8220;Hands for [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kita-hands4kids.ch\/en\/operating-regulations\/\" \/>\n<meta property=\"og:site_name\" content=\"Hands for Kids\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/handsforkidskinderkrippeundhort\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-21T12:14:03+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/kita-hands4kids.ch\\\/en\\\/operating-regulations\\\/\",\"url\":\"https:\\\/\\\/kita-hands4kids.ch\\\/en\\\/operating-regulations\\\/\",\"name\":\"Operating Regulations - Hands for Kids\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/kita-hands4kids.ch\\\/en\\\/#website\"},\"datePublished\":\"2022-11-21T17:27:23+00:00\",\"dateModified\":\"2026-06-21T12:14:03+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/kita-hands4kids.ch\\\/en\\\/operating-regulations\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/kita-hands4kids.ch\\\/en\\\/operating-regulations\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/kita-hands4kids.ch\\\/en\\\/operating-regulations\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/kita-hands4kids.ch\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Operating Regulations\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/kita-hands4kids.ch\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/kita-hands4kids.ch\\\/en\\\/\",\"name\":\"Hands for Kids\",\"description\":\"Kinderkrippe und Hort\",\"publisher\":{\"@id\":\"https:\\\/\\\/kita-hands4kids.ch\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/kita-hands4kids.ch\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/kita-hands4kids.ch\\\/en\\\/#organization\",\"name\":\"Hands for Kids Kinderkrippe & Hort\",\"url\":\"https:\\\/\\\/kita-hands4kids.ch\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/kita-hands4kids.ch\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/kita-hands4kids.ch\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/hands-for-kids-kita-hort-effretikon-wallisellen-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/kita-hands4kids.ch\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/hands-for-kids-kita-hort-effretikon-wallisellen-scaled.jpg\",\"width\":2560,\"height\":2560,\"caption\":\"Hands for Kids Kinderkrippe & Hort\"},\"image\":{\"@id\":\"https:\\\/\\\/kita-hands4kids.ch\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/handsforkidskinderkrippeundhort\",\"https:\\\/\\\/www.instagram.com\\\/handsforkids\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Operating Regulations - Hands for Kids","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/kita-hands4kids.ch\/en\/operating-regulations\/","og_locale":"en_US","og_type":"article","og_title":"Operating Regulations - Hands for Kids","og_description":"Legal Operating Regulations Here you can find out how our daycare operates, what childcare options we offer, and how billing and payments are handled. 1. Regulations These regulations apply to both locations, Wallisellen and Effretikon, as well as to both the daycare and the after-school care. 1.1 Admission Conditions The daycare run by &#8220;Hands for [&hellip;]","og_url":"https:\/\/kita-hands4kids.ch\/en\/operating-regulations\/","og_site_name":"Hands for Kids","article_publisher":"https:\/\/www.facebook.com\/handsforkidskinderkrippeundhort","article_modified_time":"2026-06-21T12:14:03+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/kita-hands4kids.ch\/en\/operating-regulations\/","url":"https:\/\/kita-hands4kids.ch\/en\/operating-regulations\/","name":"Operating Regulations - Hands for Kids","isPartOf":{"@id":"https:\/\/kita-hands4kids.ch\/en\/#website"},"datePublished":"2022-11-21T17:27:23+00:00","dateModified":"2026-06-21T12:14:03+00:00","breadcrumb":{"@id":"https:\/\/kita-hands4kids.ch\/en\/operating-regulations\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kita-hands4kids.ch\/en\/operating-regulations\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/kita-hands4kids.ch\/en\/operating-regulations\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/kita-hands4kids.ch\/en\/"},{"@type":"ListItem","position":2,"name":"Operating Regulations"}]},{"@type":"WebSite","@id":"https:\/\/kita-hands4kids.ch\/en\/#website","url":"https:\/\/kita-hands4kids.ch\/en\/","name":"Hands for Kids","description":"Kinderkrippe und Hort","publisher":{"@id":"https:\/\/kita-hands4kids.ch\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kita-hands4kids.ch\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/kita-hands4kids.ch\/en\/#organization","name":"Hands for Kids Kinderkrippe & Hort","url":"https:\/\/kita-hands4kids.ch\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kita-hands4kids.ch\/en\/#\/schema\/logo\/image\/","url":"https:\/\/kita-hands4kids.ch\/wp-content\/uploads\/2025\/04\/hands-for-kids-kita-hort-effretikon-wallisellen-scaled.jpg","contentUrl":"https:\/\/kita-hands4kids.ch\/wp-content\/uploads\/2025\/04\/hands-for-kids-kita-hort-effretikon-wallisellen-scaled.jpg","width":2560,"height":2560,"caption":"Hands for Kids Kinderkrippe & Hort"},"image":{"@id":"https:\/\/kita-hands4kids.ch\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/handsforkidskinderkrippeundhort","https:\/\/www.instagram.com\/handsforkids\/"]}]}},"_links":{"self":[{"href":"https:\/\/kita-hands4kids.ch\/en\/wp-json\/wp\/v2\/pages\/5947","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kita-hands4kids.ch\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kita-hands4kids.ch\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kita-hands4kids.ch\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kita-hands4kids.ch\/en\/wp-json\/wp\/v2\/comments?post=5947"}],"version-history":[{"count":11,"href":"https:\/\/kita-hands4kids.ch\/en\/wp-json\/wp\/v2\/pages\/5947\/revisions"}],"predecessor-version":[{"id":9948,"href":"https:\/\/kita-hands4kids.ch\/en\/wp-json\/wp\/v2\/pages\/5947\/revisions\/9948"}],"wp:attachment":[{"href":"https:\/\/kita-hands4kids.ch\/en\/wp-json\/wp\/v2\/media?parent=5947"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}