{"id":1351,"date":"2026-06-09T11:05:47","date_gmt":"2026-06-09T09:05:47","guid":{"rendered":"https:\/\/schoolwise-project.eu\/?page_id=1351"},"modified":"2026-06-12T19:25:40","modified_gmt":"2026-06-12T17:25:40","slug":"termsandcookies","status":"publish","type":"page","link":"https:\/\/schoolwise-project.eu\/de\/termsandcookies\/","title":{"rendered":"Datenschutz \/\/ Cookies"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1351\" class=\"elementor elementor-1351\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8666048 elementor-reverse-tablet elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8666048\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-38c3de9\" data-id=\"38c3de9\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-031b45f elementor-widget elementor-widget-heading\" data-id=\"031b45f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Privacy &amp; Cookie Policy<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f12e89a elementor-widget elementor-widget-heading\" data-id=\"f12e89a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Committed to protecting your data, privacy, and ensuring transparency in accordance with the European Union's GDPR guidelines.<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-dc0f90b e-con e-atomic-element e-flexbox-base e-78facae \" data-id=\"dc0f90b\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"dc0f90b\">\n    \t\t<div class=\"elementor-element elementor-element-6799759 elementor-widget elementor-widget-html\" data-id=\"6799759\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n  \/* Import Montserrat Font *\/\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');\n\n  \/* =========================================\n     GLOBAL VARIABLES & WRAPPER\n     ========================================= *\/\n  :root {\n    --sw-navy: #0b1f4d;\n    --sw-teal: #009688;\n    --sw-text: #4a5a70;\n    --sw-glass-bg: rgba(255, 255, 255, 0.75);\n    --sw-glass-border: rgba(255, 255, 255, 0.8);\n  }\n\n  .sw-privacy-wrapper {\n    font-family: 'Montserrat', sans-serif;\n    color: var(--sw-text);\n    background-color: #f8fafc; \/* Ultra-soft gray\/blue background *\/\n    overflow-x: hidden;\n    -webkit-font-smoothing: antialiased;\n    position: relative;\n    \/* Generous top padding assuming a fixed header exists above it *\/\n    padding: 120px 20px 100px 20px; \n    z-index: 1;\n  }\n\n  \/* =========================================\n     AMBIENT MODERN BACKGROUNDS\n     ========================================= *\/\n  .sw-ambient-blob {\n    position: absolute;\n    filter: blur(80px);\n    z-index: -1;\n    opacity: 0.6;\n    animation: swSlowFloat 20s infinite alternate ease-in-out;\n  }\n\n  .sw-blob-teal {\n    top: 5%;\n    left: -10%;\n    width: 600px;\n    height: 600px;\n    background: radial-gradient(circle, rgba(0, 150, 136, 0.15) 0%, transparent 70%);\n  }\n\n  .sw-blob-navy {\n    bottom: 20%;\n    right: -10%;\n    width: 700px;\n    height: 700px;\n    background: radial-gradient(circle, rgba(11, 31, 77, 0.1) 0%, transparent 70%);\n    animation-delay: -5s;\n  }\n\n  @keyframes swSlowFloat {\n    0% { transform: translate(0, 0) scale(1); }\n    100% { transform: translate(50px, -50px) scale(1.1); }\n  }\n\n  \/* =========================================\n     MAIN GRID LAYOUT\n     ========================================= *\/\n  .sw-privacy-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 40px;\n    position: relative;\n  }\n\n  @media (min-width: 992px) {\n    .sw-privacy-container {\n      grid-template-columns: 320px 1fr;\n      align-items: start;\n    }\n  }\n\n  \/* =========================================\n     SMART STICKY SIDEBAR\n     ========================================= *\/\n  .sw-privacy-sidebar {\n    background: var(--sw-glass-bg);\n    backdrop-filter: blur(20px);\n    -webkit-backdrop-filter: blur(20px);\n    border: 1px solid var(--sw-glass-border);\n    border-radius: 24px;\n    padding: 32px 24px;\n    box-shadow: 0 20px 40px rgba(11, 31, 77, 0.04);\n    position: sticky;\n    top: 120px; \/* Offset for fixed headers *\/\n  }\n\n  .sw-privacy-sidebar h3 {\n    font-size: 13px;\n    font-weight: 800;\n    text-transform: uppercase;\n    color: var(--sw-navy);\n    margin: 0 0 16px 0;\n    letter-spacing: 1.5px;\n    opacity: 0.6;\n  }\n  \n  .sw-privacy-sidebar h3.sw-mt-menu {\n    margin-top: 32px;\n  }\n\n  .sw-privacy-sidebar ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n  }\n\n  .sw-privacy-sidebar a {\n    text-decoration: none;\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--sw-text);\n    padding: 10px 14px;\n    border-radius: 10px;\n    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n    display: flex;\n    align-items: center;\n  }\n\n  \/* Sidebar Hover & Active States *\/\n  .sw-privacy-sidebar a:hover {\n    background: rgba(0, 150, 136, 0.05);\n    color: var(--sw-navy);\n    transform: translateX(4px);\n  }\n\n  .sw-privacy-sidebar a.sw-active {\n    background: var(--sw-teal);\n    color: #ffffff;\n    box-shadow: 0 8px 20px rgba(0, 150, 136, 0.25);\n    font-weight: 700;\n  }\n\n  \/* =========================================\n     MODERN POLICY CONTENT CARDS\n     ========================================= *\/\n  .sw-privacy-content {\n    display: flex;\n    flex-direction: column;\n    gap: 40px;\n  }\n\n  .sw-policy-block {\n    display: flex;\n    flex-direction: column;\n    gap: 30px;\n  }\n\n  .sw-policy-block-title {\n    font-size: 36px;\n    font-weight: 900;\n    color: var(--sw-navy);\n    margin: 0 0 10px 0;\n    padding-bottom: 15px;\n    border-bottom: 2px solid rgba(11, 31, 77, 0.1);\n  }\n\n  .sw-policy-card {\n    background: var(--sw-glass-bg);\n    backdrop-filter: blur(20px);\n    -webkit-backdrop-filter: blur(20px);\n    border: 1px solid var(--sw-glass-border);\n    border-radius: 32px;\n    padding: 48px;\n    box-shadow: 0 15px 35px rgba(11, 31, 77, 0.03);\n    transition: all 0.4s ease;\n    scroll-margin-top: 120px; \/* Crucial for anchor links to not hide under header *\/\n  }\n\n  .sw-policy-card:hover {\n    box-shadow: 0 25px 50px rgba(11, 31, 77, 0.06);\n    transform: translateY(-4px);\n  }\n\n  \/* Premium Number Badges *\/\n  .sw-policy-card h2 {\n    font-size: 24px;\n    font-weight: 800;\n    color: var(--sw-navy);\n    margin: 0 0 24px 0;\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    letter-spacing: -0.5px;\n  }\n\n  .sw-badge-num {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    width: 44px;\n    height: 44px;\n    background: linear-gradient(135deg, #e0f2f1 0%, #b2dfdb 100%);\n    color: var(--sw-teal);\n    border-radius: 14px;\n    font-size: 18px;\n    font-weight: 900;\n    box-shadow: 0 4px 10px rgba(0, 150, 136, 0.15);\n    flex-shrink: 0;\n  }\n\n  .sw-policy-card h3 {\n    font-size: 18px;\n    font-weight: 700;\n    color: var(--sw-navy);\n    margin: 32px 0 16px 0;\n  }\n\n  .sw-policy-card p {\n    font-size: 15px;\n    line-height: 1.8;\n    color: var(--sw-text);\n    margin: 0 0 16px 0;\n  }\n\n  .sw-policy-card ul {\n    margin: 0 0 24px 0;\n    padding-left: 20px;\n  }\n\n  .sw-policy-card li {\n    font-size: 15px;\n    line-height: 1.8;\n    color: var(--sw-text);\n    margin-bottom: 12px;\n    position: relative;\n    list-style-type: none;\n  }\n\n  \/* Custom styled list bullets *\/\n  .sw-policy-card li::before {\n    content: '';\n    position: absolute;\n    left: -20px;\n    top: 10px;\n    width: 6px;\n    height: 6px;\n    background-color: var(--sw-teal);\n    border-radius: 50%;\n  }\n  \n  .sw-contact-highlight {\n    background: rgba(0, 150, 136, 0.05);\n    border-left: 4px solid var(--sw-teal);\n    padding: 16px 24px;\n    border-radius: 0 12px 12px 0;\n    margin: 20px 0;\n  }\n  \n  .sw-contact-highlight p {\n    margin-bottom: 8px;\n  }\n  \n  .sw-contact-highlight p:last-child {\n    margin-bottom: 0;\n  }\n  \n  .sw-contact-highlight a {\n    color: var(--sw-teal);\n    font-weight: 700;\n    text-decoration: none;\n  }\n  \n  .sw-contact-highlight a:hover {\n    text-decoration: underline;\n  }\n\n  \/* Mobile Adjustments *\/\n  @media (max-width: 768px) {\n    .sw-privacy-wrapper { padding: 80px 16px 80px 16px; }\n    .sw-policy-card { padding: 32px 24px; border-radius: 24px; }\n    .sw-policy-card h2 { font-size: 20px; }\n    .sw-policy-block-title { font-size: 28px; }\n  }\n<\/style>\n\n<div class=\"sw-privacy-wrapper\">\n  \n  <div class=\"sw-ambient-blob sw-blob-teal\"><\/div>\n  <div class=\"sw-ambient-blob sw-blob-navy\"><\/div>\n\n  <div class=\"sw-privacy-container\">\n    \n    <aside class=\"sw-privacy-sidebar\">\n      <h3>Privacy Policy<\/h3>\n      <ul id=\"sw-scrollspy-menu-1\">\n        <li><a href=\"#p-data-controller\" class=\"sw-nav-item\">1. Data Controller<\/a><\/li>\n        <li><a href=\"#p-categories\" class=\"sw-nav-item\">2. Categories of Data Collected<\/a><\/li>\n        <li><a href=\"#p-how-we-collect\" class=\"sw-nav-item\">3. How We Collect Data<\/a><\/li>\n        <li><a href=\"#p-purpose\" class=\"sw-nav-item\">4. Purpose & Legal Basis<\/a><\/li>\n        <li><a href=\"#p-retention\" class=\"sw-nav-item\">5. Data Retention Period<\/a><\/li>\n        <li><a href=\"#p-sharing\" class=\"sw-nav-item\">6. Data Sharing & Third-Parties<\/a><\/li>\n        <li><a href=\"#p-rights\" class=\"sw-nav-item\">7. Your Data Protection Rights<\/a><\/li>\n        <li><a href=\"#p-security\" class=\"sw-nav-item\">8. Security Measures<\/a><\/li>\n        <li><a href=\"#p-updates\" class=\"sw-nav-item\">9. Updates<\/a><\/li>\n      <\/ul>\n      \n      <h3 class=\"sw-mt-menu\">Cookie Policy<\/h3>\n      <ul id=\"sw-scrollspy-menu-2\">\n        <li><a href=\"#c-what-are\" class=\"sw-nav-item\">1. What Are Cookies?<\/a><\/li>\n        <li><a href=\"#c-types\" class=\"sw-nav-item\">2. Types of Cookies We Use<\/a><\/li>\n        <li><a href=\"#c-management\" class=\"sw-nav-item\">3. Cookie Consent Management<\/a><\/li>\n        <li><a href=\"#c-browser\" class=\"sw-nav-item\">4. Managing via Browser<\/a><\/li>\n        <li><a href=\"#c-updates\" class=\"sw-nav-item\">5. Updates<\/a><\/li>\n        <li><a href=\"#c-contact\" class=\"sw-nav-item\">6. Contact<\/a><\/li>\n      <\/ul>\n    <\/aside>\n\n    <main class=\"sw-privacy-content\">\n      \n      <div class=\"sw-policy-block\">\n        <h1 class=\"sw-policy-block-title\">Privacy Policy<\/h1>\n        \n        <div class=\"sw-policy-card\">\n          <p>At <strong>SCHOOLWISE<\/strong>, we are committed to protecting your privacy and processing your personal data lawfully, fairly, and transparently in accordance with the General Data Protection Regulation (EU) 2016\/679 (GDPR) and any other applicable data protection laws.<\/p>\n          <p>This Privacy Policy explains how we collect, use, store, and protect your personal data when you use our website.<\/p>\n        <\/div>\n\n        <section id=\"p-data-controller\" class=\"sw-policy-card sw-spy-section\">\n          <h2><span class=\"sw-badge-num\">1<\/span> Data Controller<\/h2>\n          <p>The data controller responsible for the processing of your personal data on this website is:<\/p>\n          <div class=\"sw-contact-highlight\">\n            <p><strong>Consiglio Nazionale delle Ricerche<\/strong><\/p>\n            <p>Address: Piazzale Aldo Moro, 7-00185, Roma, Italia<\/p>\n            <p>Email: <a href=\"mailto:protocollo-ammcen@pec.cnr.it\">protocollo-ammcen@pec.cnr.it<\/a><\/p>\n          <\/div>\n          <p>If you have any questions about your data or wish to exercise your rights under the GDPR, you can contact us using the details above.<\/p>\n        <\/section>\n\n        <section id=\"p-categories\" class=\"sw-policy-card sw-spy-section\">\n          <h2><span class=\"sw-badge-num\">2<\/span> Categories of Data Collected<\/h2>\n          <p>We may collect the following categories of data:<\/p>\n          <ul>\n            <li><strong>Browsing Data:<\/strong> IP address, browser type, operating system, date and time of access, pages visited (collected automatically for technical and security purposes).<\/li>\n            <li><strong>Personal Data:<\/strong> Name, surname, email address, and any other information voluntarily provided through contact or registration forms.<\/li>\n            <li><strong>Cookies and Similar Technologies:<\/strong> Information collected via cookies or similar tracking tools (see Section 6).<\/li>\n          <\/ul>\n          <p>We do not knowingly collect data from individuals under the age of 16. If we discover such data has been collected without parental consent, we will delete it immediately.<\/p>\n        <\/section>\n\n        <section id=\"p-how-we-collect\" class=\"sw-policy-card sw-spy-section\">\n          <h2><span class=\"sw-badge-num\">3<\/span> How We Collect Data<\/h2>\n          <ul>\n            <li>When you browse our website.<\/li>\n            <li>When you fill out a contact, registration, or subscription form.<\/li>\n            <li>Through cookies and similar technologies.<\/li>\n            <li>When you interact with embedded third-party content (e.g., videos, maps).<\/li>\n          <\/ul>\n        <\/section>\n\n        <section id=\"p-purpose\" class=\"sw-policy-card sw-spy-section\">\n          <h2><span class=\"sw-badge-num\">4<\/span> Purpose & Legal Basis of Processing<\/h2>\n          <p>Your personal data is processed for the following purposes:<\/p>\n          <ul>\n            <li>To ensure the functionality, security, and performance of the website \u2013 processed under GDPR Article 6(1)(f) (legitimate interest).<\/li>\n            <li>To respond to contact or registration requests \u2013 processed under GDPR Article 6(1)(a) (consent).<\/li>\n            <li>To analyze website usage and improve user experience through non-essential cookies \u2013 processed under GDPR Article 6(1)(a) (consent).<\/li>\n            <li>To comply with legal obligations, including administrative and reporting requirements processed under GDPR Article 6(1)(c) (legal obligation).<\/li>\n          <\/ul>\n          <p>We do not use your personal data for automated decision-making or profiling.<\/p>\n        <\/section>\n\n        <section id=\"p-retention\" class=\"sw-policy-card sw-spy-section\">\n          <h2><span class=\"sw-badge-num\">5<\/span> Data Retention Period<\/h2>\n          <p>Personal data will be stored only as long as necessary to fulfill the purposes for which it was collected and in line with the duration of the project.<\/p>\n          <p>Unless otherwise required for legal, administrative, or audit purposes, personal data will be deleted no later than two (2) years after the official end of the project.<\/p>\n        <\/section>\n\n        <section id=\"p-sharing\" class=\"sw-policy-card sw-spy-section\">\n          <h2><span class=\"sw-badge-num\">6<\/span> Data Sharing & Third-Party Services<\/h2>\n          <p>We do not sell or trade your personal data. However, we may share it with trusted service providers to ensure the functionality of the website. These may include:<\/p>\n          <ul>\n            <li><strong>YouTube:<\/strong> Embedded videos.<\/li>\n            <li><strong>Google Analytics \/ WP Statistics:<\/strong> Website analytics.<\/li>\n            <li><strong>Other WordPress plugins:<\/strong> Content delivery and user interaction.<\/li>\n          <\/ul>\n          <p>Some of these providers may process data outside the EU\/EEA (e.g., in the United States). In such cases, we ensure GDPR compliance through:<\/p>\n          <ul>\n            <li>Adequacy Decisions issued by the European Commission, or<\/li>\n            <li>Standard Contractual Clauses (SCCs) approved by the European Commission.<\/li>\n          <\/ul>\n          <p>Links to third-party privacy policies:<br>\n          Google: <a href=\"https:\/\/policies.google.com\/privacy\" style=\"color: var(--sw-teal);\">https:\/\/policies.google.com\/privacy<\/a><br>\n          YouTube: <a href=\"https:\/\/www.youtube.com\/t\/privacy\" style=\"color: var(--sw-teal);\">https:\/\/www.youtube.com\/t\/privacy<\/a><\/p>\n        <\/section>\n\n        <section id=\"p-rights\" class=\"sw-policy-card sw-spy-section\">\n          <h2><span class=\"sw-badge-num\">7<\/span> Your Data Protection Rights<\/h2>\n          <p>You have the right to:<\/p>\n          <ul>\n            <li><strong>Access<\/strong> your personal data (Art. 15 GDPR).<\/li>\n            <li><strong>Rectify<\/strong> inaccurate or incomplete data (Art. 16 GDPR).<\/li>\n            <li><strong>Request the erasure<\/strong> of your data (Art. 17 GDPR).<\/li>\n            <li><strong>Restrict processing<\/strong> in certain circumstances (Art. 18 GDPR).<\/li>\n            <li><strong>Object to processing<\/strong> based on legitimate interest (Art. 21 GDPR).<\/li>\n            <li><strong>Receive your data<\/strong> in a portable format (Art. 20 GDPR).<\/li>\n            <li><strong>Withdraw consent at any time<\/strong> without affecting the lawfulness of processing prior to withdrawal (Art. 7 GDPR).<\/li>\n            <li><strong>Lodge a complaint<\/strong> with your national Data Protection Authority.<\/li>\n          <\/ul>\n          <p>To exercise these rights, please contact us at the email address provided in Section 1.<\/p>\n        <\/section>\n\n        <section id=\"p-security\" class=\"sw-policy-card sw-spy-section\">\n          <h2><span class=\"sw-badge-num\">8<\/span> Security Measures<\/h2>\n          <p>We implement appropriate technical and organizational measures to ensure the security of your personal data, including encryption (SSL\/TLS), access controls, and regular security audits.<\/p>\n        <\/section>\n\n        <section id=\"p-updates\" class=\"sw-policy-card sw-spy-section\">\n          <h2><span class=\"sw-badge-num\">9<\/span> Updates<\/h2>\n          <p>This Privacy Policy may be updated to reflect legal, technical, or operational changes. All updates will be published on this page.<\/p>\n        <\/section>\n      <\/div>\n\n      <div class=\"sw-policy-block\" style=\"margin-top: 40px;\">\n        <h1 class=\"sw-policy-block-title\">Cookie Policy<\/h1>\n        \n        <div class=\"sw-policy-card\">\n          <p>We use cookies and similar technologies on this website to ensure functionality, improve user experience, and analyze website traffic in accordance with the General Data Protection Regulation (EU) 2016\/679 (GDPR).<\/p>\n        <\/div>\n\n        <section id=\"c-what-are\" class=\"sw-policy-card sw-spy-section\">\n          <h2><span class=\"sw-badge-num\">1<\/span> What Are Cookies?<\/h2>\n          <p>Cookies are small text files stored on your device when you visit a website. They help remember user actions and preferences, enabling core site features and analytics functionalities.<\/p>\n        <\/section>\n\n        <section id=\"c-types\" class=\"sw-policy-card sw-spy-section\">\n          <h2><span class=\"sw-badge-num\">2<\/span> What Types of Cookies We May Use<\/h2>\n          <ul>\n            <li><strong>Essential cookies<\/strong> - Required for the basic operation of the site (e.g., security, navigation). These do not require your consent.<\/li>\n            <li><strong>Functional cookies<\/strong> - Enhance usability and remember your preferences (requires consent).<\/li>\n            <li><strong>Analytics cookies<\/strong> - Collect aggregated and anonymous data to understand how the site is used (requires consent).<\/li>\n            <li><strong>Third-party cookies<\/strong> - Set by services such as YouTube, Google Analytics, WP Statistics, LearnPress, or similar plugins. These services may process your data outside the EU\/EEA in accordance with their own privacy and cookie policies.<\/li>\n          <\/ul>\n        <\/section>\n\n        <section id=\"c-management\" class=\"sw-policy-card sw-spy-section\">\n          <h2><span class=\"sw-badge-num\">3<\/span> Cookie Consent Management<\/h2>\n          <p>We use CookieYes to manage cookie consent in compliance with GDPR requirements. The cookie banner allows you to:<\/p>\n          <ul>\n            <li>Accept or reject non-essential cookies<\/li>\n            <li>View detailed information about each cookie category<\/li>\n            <li>Change your preferences at any time<\/li>\n          <\/ul>\n          <p>You can manage your cookie preferences at any time by clicking the \"Cookie Settings\" button available on the website.<\/p>\n          <p>Your cookie consent will be stored for 12 months unless you clear your browser cache or update your preferences manually.<\/p>\n        <\/section>\n\n        <section id=\"c-browser\" class=\"sw-policy-card sw-spy-section\">\n          <h2><span class=\"sw-badge-num\">4<\/span> Managing Cookies via Your Browser<\/h2>\n          <p>Most browsers allow you to control or disable cookies through their settings. Please note that blocking certain types of cookies may affect website performance or functionality.<\/p>\n        <\/section>\n\n        <section id=\"c-updates\" class=\"sw-policy-card sw-spy-section\">\n          <h2><span class=\"sw-badge-num\">5<\/span> Updates<\/h2>\n          <p>This Cookie Policy may be updated to reflect changes in technology, legislation, or site functionalities. All changes will be posted on this page.<\/p>\n        <\/section>\n\n        <section id=\"c-contact\" class=\"sw-policy-card sw-spy-section\">\n          <h2><span class=\"sw-badge-num\">6<\/span> Contact<\/h2>\n          <p>For more information about our use of cookies or how we process personal data, please refer to our Privacy Policy or Contact us via the information provided on this website.<\/p>\n        <\/section>\n\n      <\/div>\n\n    <\/main>\n  <\/div>\n<\/div>\n\n<script>\n  document.addEventListener('DOMContentLoaded', () => {\n    \n    \/\/ Smooth Scrolling for Sidebar Links\n    const links = document.querySelectorAll('.sw-nav-item');\n    links.forEach(anchor => {\n      anchor.addEventListener('click', function (e) {\n        e.preventDefault();\n        const targetId = this.getAttribute('href').substring(1);\n        const targetElement = document.getElementById(targetId);\n        \n        if (targetElement) {\n          window.scrollTo({\n            top: targetElement.offsetTop - 110, \/\/ Accounts for sticky headers\n            behavior: 'smooth'\n          });\n        }\n      });\n    });\n\n    \/\/ Intersection Observer to highlight active section in sidebar\n    const sections = document.querySelectorAll('.sw-spy-section');\n    const navItems = document.querySelectorAll('.sw-nav-item');\n\n    const observerOptions = {\n      root: null,\n      rootMargin: '-150px 0px -60% 0px', \/\/ Triggers when section hits the upper middle of viewport\n      threshold: 0\n    };\n\n    const observer = new IntersectionObserver((entries) => {\n      entries.forEach(entry => {\n        if (entry.isIntersecting) {\n          \/\/ Remove active class from all\n          navItems.forEach(item => item.classList.remove('sw-active'));\n          \n          \/\/ Add active class to corresponding link\n          const activeLink = document.querySelector(`.sw-nav-item[href=\"#${entry.target.id}\"]`);\n          if (activeLink) {\n            activeLink.classList.add('sw-active');\n          }\n        }\n      });\n    }, observerOptions);\n\n    sections.forEach(section => {\n      observer.observe(section);\n    });\n\n  });\n<\/script>\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Privacy &amp; Cookie Policy Committed to protecting your data, privacy, and ensuring transparency in accordance with the European Union&#8217;s GDPR guidelines. Privacy Policy 1. Data Controller 2. Categories of Data Collected 3. How We Collect Data 4. Purpose &#038; Legal Basis 5. Data Retention Period 6. Data Sharing &#038; Third-Parties 7. Your Data Protection Rights [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_eb_attr":"","_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-1351","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false,"_nx_notification_thumb_100_100":false,"_nx_notification_thumb_200_200":false,"_nx_notification_thumb_300_300":false,"_nx_notification_thumb_400_400":false,"_nx_notification_thumb_500_500":false},"uagb_author_info":{"display_name":"Project Admin","author_link":"https:\/\/schoolwise-project.eu\/de\/author\/project_admin\/"},"uagb_comment_info":0,"uagb_excerpt":"Privacy &amp; Cookie Policy Committed to protecting your data, privacy, and ensuring transparency in accordance with the European Union&#8217;s GDPR guidelines. Privacy Policy 1. Data Controller 2. Categories of Data Collected 3. How We Collect Data 4. Purpose &#038; Legal Basis 5. Data Retention Period 6. Data Sharing &#038; Third-Parties 7. Your Data Protection Rights&hellip;","_links":{"self":[{"href":"https:\/\/schoolwise-project.eu\/de\/wp-json\/wp\/v2\/pages\/1351","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/schoolwise-project.eu\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/schoolwise-project.eu\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/schoolwise-project.eu\/de\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/schoolwise-project.eu\/de\/wp-json\/wp\/v2\/comments?post=1351"}],"version-history":[{"count":8,"href":"https:\/\/schoolwise-project.eu\/de\/wp-json\/wp\/v2\/pages\/1351\/revisions"}],"predecessor-version":[{"id":1439,"href":"https:\/\/schoolwise-project.eu\/de\/wp-json\/wp\/v2\/pages\/1351\/revisions\/1439"}],"wp:attachment":[{"href":"https:\/\/schoolwise-project.eu\/de\/wp-json\/wp\/v2\/media?parent=1351"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}