


{"id":493091,"date":"2026-08-06T14:44:19","date_gmt":"2026-08-06T11:44:19","guid":{"rendered":"https:\/\/livresq.com\/?p=493091"},"modified":"2026-08-06T14:56:08","modified_gmt":"2026-08-06T11:56:08","slug":"olimpiada-red-pentru-comunitatea-cadrelor-didactice","status":"publish","type":"post","link":"https:\/\/livresq.com\/de\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/","title":{"rendered":"Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice"},"content":{"rendered":"\n\n\n\n\n<!DOCTYPE html>\n<html lang=\"ro\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>LIVRESQ &#8211; Public\u0103 \u0219i Exploreaz\u0103 Biblioteca<\/title>\n    \n    <!-- Google Fonts -->\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=Inter:wght@300;400;500;600;700;800&#038;family=Roboto:wght@700;900&#038;display=swap\" rel=\"stylesheet\">\n    \n    <!-- Tailwind CSS (via CDN) -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    \n    <!-- Lucide Icons (via CDN) -->\n    <script src=\"https:\/\/unpkg.com\/lucide@latest\"><\/script>\n\n    <!-- Tailwind Configuration -->\n    <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    colors: {\n                        midnight: '#0F1623',\n                        livresq: {\n                            fucsia: '#D91278',   \/\/ Primary Action\n                            'fucsia-dark': '#b00e60', \/\/ Hover State\n                            albastru: '#6fccf0', \/\/ Secondary \/ Light Blue\n                            blond: '#faed87',    \/\/ Highlight \/ Yellow\n                            darkblue: '#2c3e50', \/\/ Text \/ Footer\n                            light: '#f8f9fa',\n                            text: '#333333'\n                        },\n                        slate: {\n                            850: '#151e2e',\n                            900: '#0F1623' \n                        }\n                    },\n                    fontFamily: {\n                        sans: ['Inter', 'sans-serif'],\n                        heading: ['Roboto', 'sans-serif'],\n                    },\n                    animation: {\n                        'blob': 'blob 7s infinite',\n                        'float': 'float 6s ease-in-out infinite',\n                        'shimmer': 'shimmer 2.5s cubic-bezier(0.4, 0, 0.6, 1) infinite',\n                    },\n                    keyframes: {\n                        blob: {\n                            '0%': { transform: 'translate(0px, 0px) scale(1)' },\n                            '33%': { transform: 'translate(30px, -50px) scale(1.1)' },\n                            '66%': { transform: 'translate(-20px, 20px) scale(0.9)' },\n                            '100%': { transform: 'translate(0px, 0px) scale(1)' },\n                        },\n                        float: {\n                            '0%, 100%': { transform: 'translateY(0)' },\n                            '50%': { transform: 'translateY(-20px)' },\n                        },\n                        shimmer: {\n                            '0%': { transform: 'translateX(-150%) skewX(-45deg)' },\n                            '100%': { transform: 'translateX(150%) skewX(-45deg)' }\n                        }\n                    }\n                }\n            }\n        }\n    <\/script>\n\n    <style>\n        html { scroll-behavior: smooth; }\n        \n        \/* Grid Pattern *\/\n        .bg-grid-overlay {\n            background-size: 40px 40px;\n            background-image: linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),\n                              linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);\n        }\n\n        \/* Midnight Glass *\/\n        .glass-panel-midnight {\n            background: rgba(15, 22, 35, 0.6);\n            backdrop-filter: blur(12px);\n            -webkit-backdrop-filter: blur(12px);\n            border: 1px solid rgba(255, 255, 255, 0.1);\n        }\n\n        \/* Spotlight Effect *\/\n        .spotlight-card {\n            position: relative;\n            overflow: hidden;\n        }\n        .spotlight-card::before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(\n                600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),\n                rgba(255, 255, 255, 0.06),\n                transparent 40%\n            );\n            opacity: 0;\n            transition: opacity 0.5s;\n            pointer-events: none;\n            z-index: 2;\n        }\n        .spotlight-card:hover::before {\n            opacity: 1;\n        }\n\n        \/* Reveal Animation *\/\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n        \n        .delay-100 { transition-delay: 100ms; }\n        .delay-200 { transition-delay: 200ms; }\n        .delay-300 { transition-delay: 300ms; }\n        .delay-400 { transition-delay: 400ms; }\n\n        \/* =========================================\n           WORDPRESS COMPATIBILITY OVERRIDES \n           ========================================= *\/\n        \n        \/* Scoped to ID to ensure specificity over Theme Styles *\/\n        \n        \/* 1. General Link Resets *\/\n        #livresq-landing-page a {\n            text-decoration: none !important;\n        }\n\n        \/* 2. Text Links Only (Protect Buttons) *\/\n        \/* We exclude elements with .inline-flex which is used by our buttons *\/\n        #livresq-landing-page a:not(.inline-flex) {\n            border-bottom: none !important;\n            box-shadow: none !important;\n        }\n\n        \/* 3. Button Specific Enforcement *\/\n        #livresq-landing-page a.inline-flex {\n            display: inline-flex !important;\n            text-decoration: none !important;\n            \/* Ensure borders and shadows are respected *\/\n            border-bottom-style: solid !important; \n        }\n\n        \/* Force Primary Button Text Color *\/\n        #livresq-landing-page .text-white {\n            color: #ffffff !important;\n        }\n\n        \/* Force Secondary Button Text Color *\/\n        #livresq-landing-page .text-slate-700 {\n            color: #334155 !important;\n        }\n\n        \/* Force Footer\/Muted Text Colors *\/\n        #livresq-landing-page .text-slate-400 {\n            color: #94a3b8 !important;\n        }\n        #livresq-landing-page .text-slate-500 {\n            color: #64748b !important;\n        }\n        #livresq-landing-page .text-blue-600 {\n            color: #2563eb !important;\n        }\n        #livresq-landing-page .text-livresq-fucsia {\n            color: #D91278 !important;\n        }\n\n        \/* Force Hover Colors (Crucial for Interactive Elements) *\/\n        #livresq-landing-page .hover\\:text-white:hover {\n            color: #ffffff !important;\n        }\n        #livresq-landing-page .hover\\:text-livresq-fucsia:hover {\n            color: #D91278 !important;\n        }\n        #livresq-landing-page .hover\\:text-\\[\\#D91278\\]:hover {\n            color: #D91278 !important;\n        }\n        \/* Fix for secondary button hover *\/\n        #livresq-landing-page a.bg-white:hover {\n            color: #D91278 !important; \n        }\n\n        \/* Remove any default list styles that might bleed in *\/\n        #livresq-landing-page ul {\n            list-style: none !important;\n            padding-left: 0 !important;\n            margin-left: 0 !important;\n        }\n    <\/style>\n<\/head>\n<body class=\"font-sans text-gray-700 antialiased bg-white selection:bg-livresq-fucsia selection:text-white\">\n    <div id=\"livresq-landing-page\">\n<link rel=\"preload\" as=\"image\" href=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/cropped-Logo.png?fit=1054%2C575&amp;ssl=1\"\/><link rel=\"preload\" as=\"image\" href=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/auto_stories_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\"\/><link rel=\"preload\" as=\"image\" href=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/translate_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\"\/><link rel=\"preload\" as=\"image\" href=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/account_circle_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\"\/><link rel=\"preload\" as=\"image\" href=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/08\/Banner-articole-site-ASCENDIA-8-1.png\" referrerPolicy=\"no-referrer\"\/><div class=\"min-h-screen bg-slate-50 flex flex-col\"><nav class=\"fixed top-0 left-0 right-0 z-50 transition-all duration-500 bg-[#1379D1] h-[48px]\"><div class=\"absolute top-0 left-0 h-full z-0 pointer-events-none overflow-hidden w-[600px]\"><div class=\"absolute top-0 left-[-50px] h-full transform -skew-x-[20deg] transition-all duration-500 ease-out bg-white\n                            w-[360px]\n                        \"><\/div><\/div><div class=\"w-full h-full max-w-[1920px] mx-auto flex items-center justify-between relative z-10 pl-0 pr-[8px]\"><div class=\"flex items-center flex-shrink-0 relative z-20 transition-all duration-500 pl-10\"><a href=\"\/\" class=\"block group relative transform transition-transform duration-300 hover:scale-105 origin-left\"><img decoding=\"async\" src=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/cropped-Logo.png?fit=1054%2C575&amp;ssl=1\" alt=\"LIVRESQ\" class=\"w-auto object-contain transition-all duration-300 drop-shadow-sm filter contrast-125 h-[32px]\"\/><\/a><\/div><div class=\"hidden xl:flex items-center gap-1 pl-12\"><a href=\"https:\/\/livresq.com\/ro\/publish-library\/\" class=\"px-3 py-1 rounded-md text-white font-bold text-[14px] tracking-tight transition-all duration-200 border bg-white\/20 border-white\/20 shadow-inner\">Comunitate<\/a><a href=\"https:\/\/livresq.com\/ro\/blog\/\" class=\"px-3 py-1 rounded-md text-white font-bold text-[14px] tracking-tight transition-all duration-200 border border-transparent hover:bg-white\/10 hover:border-white\/10\">Blog<\/a><a href=\"https:\/\/livresq.com\/ro\/academic\/\" class=\"px-3 py-1 rounded-md text-white font-bold text-[14px] tracking-tight transition-all duration-200 border border-transparent hover:bg-white\/10 hover:border-white\/10\">Academic<\/a><a href=\"https:\/\/livresq.com\/ro\/training\/\" class=\"px-3 py-1 rounded-md text-white font-bold text-[14px] tracking-tight transition-all duration-200 border border-transparent hover:bg-white\/10 hover:border-white\/10\">Training<\/a><a href=\"https:\/\/livresq.com\/ro\/faq\/\" class=\"px-3 py-1 rounded-md text-white font-bold text-[14px] tracking-tight transition-all duration-200 border border-transparent hover:bg-white\/10 hover:border-white\/10\">FAQ<\/a><a href=\"https:\/\/livresq.com\/ro\/pricing\/\" class=\"px-3 py-1 rounded-md text-white font-bold text-[14px] tracking-tight transition-all duration-200 border border-transparent hover:bg-white\/10 hover:border-white\/10\">Cump\u0103r\u0103<\/a><a href=\"https:\/\/livresq.com\/ro\/despre-noi\/\" class=\"px-3 py-1 rounded-md text-white font-bold text-[14px] tracking-tight transition-all duration-200 border border-transparent hover:bg-white\/10 hover:border-white\/10\">Despre noi<\/a><\/div><div class=\"hidden lg:flex items-center h-full\"><a href=\"https:\/\/library.livresq.com\/\" class=\"flex items-center gap-2 px-[8px] py-[6px] h-[36.5px] cursor-pointer hover:bg-white\/10 rounded-md transition-colors group text-white\"><img decoding=\"async\" src=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/auto_stories_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\" alt=\"Library\" class=\"w-6 h-6\" style=\"filter:brightness(0) invert(1)\"\/><span class=\"text-[14px] font-bold\">Library<\/span><\/a><div class=\"relative\"><button class=\"flex items-center gap-2 px-[8px] py-[6px] h-[36.5px] mr-[4px] min-w-[122px] justify-between cursor-pointer hover:bg-white\/10 rounded-md transition-colors group text-white border border-transparent focus:outline-none\"><div class=\"flex items-center gap-2\"><img decoding=\"async\" src=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/translate_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\" alt=\"Language\" class=\"w-6 h-6\" style=\"filter:brightness(0) invert(1)\"\/><span class=\"text-[14px] font-bold\">Deutsch<\/span><\/div><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-chevron-down w-4 h-4 text-white transition-transform duration-200\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg><\/button><\/div><a href=\"https:\/\/livresq.com\/ro\/contul-meu\/\" class=\"flex items-center gap-2 px-4 py-[6px] h-[36.5px] bg-[#D91278] hover:bg-[#b00e60] text-white rounded-md shadow-md hover:shadow-lg transition-all duration-300 border border-white\/10\"><img decoding=\"async\" src=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/account_circle_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\" alt=\"Account\" class=\"w-6 h-6\" style=\"filter:brightness(0) invert(1)\"\/><span class=\"text-[14px] font-bold\">Contul Meu<\/span><\/a><\/div><div class=\"xl:hidden flex items-center gap-2\"><button class=\"p-1.5 rounded-md bg-white\/10 text-white hover:bg-white\/20 transition-colors\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-menu w-6 h-6\" aria-hidden=\"true\"><path d=\"M4 5h16\"><\/path><path d=\"M4 12h16\"><\/path><path d=\"M4 19h16\"><\/path><\/svg><\/button><\/div><\/div><\/nav><div class=\"fixed inset-0 z-[60] bg-slate-900\/80 backdrop-blur-sm transition-opacity duration-300 lg:hidden opacity-0 pointer-events-none\"><\/div><div class=\"fixed top-0 right-0 h-full w-[85%] max-w-[360px] bg-[#1379D1] shadow-2xl z-[70] transform transition-transform duration-500 cubic-bezier(0.4, 0, 0.2, 1) lg:hidden flex flex-col border-l border-white\/10 translate-x-full\"><div class=\"p-4 flex justify-end items-center bg-black\/10 shadow-sm relative z-20\"><button class=\"p-2 rounded-lg bg-white\/10 text-white hover:bg-white\/20 transition-colors\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-x w-5 h-5\" aria-hidden=\"true\"><path d=\"M18 6 6 18\"><\/path><path d=\"m6 6 12 12\"><\/path><\/svg><\/button><\/div><div class=\"flex-1 overflow-y-auto py-2\"><a href=\"https:\/\/livresq.com\/ro\/publish-library\/\" class=\"block px-6 py-4 text-lg font-bold text-white transition-all border-l-4 bg-white\/10 border-white\">Comunitate<\/a><a href=\"https:\/\/livresq.com\/ro\/blog\/\" class=\"block px-6 py-4 text-lg font-bold text-white transition-all border-l-4 border-transparent hover:bg-white\/10 hover:border-white\">Blog<\/a><a href=\"https:\/\/livresq.com\/ro\/academic\/\" class=\"block px-6 py-4 text-lg font-bold text-white transition-all border-l-4 border-transparent hover:bg-white\/10 hover:border-white\">Academic<\/a><a href=\"https:\/\/livresq.com\/ro\/training\/\" class=\"block px-6 py-4 text-lg font-bold text-white transition-all border-l-4 border-transparent hover:bg-white\/10 hover:border-white\">Training<\/a><a href=\"https:\/\/livresq.com\/ro\/faq\/\" class=\"block px-6 py-4 text-lg font-bold text-white transition-all border-l-4 border-transparent hover:bg-white\/10 hover:border-white\">FAQ<\/a><a href=\"https:\/\/livresq.com\/ro\/pricing\/\" class=\"block px-6 py-4 text-lg font-bold text-white transition-all border-l-4 border-transparent hover:bg-white\/10 hover:border-white\">Cump\u0103r\u0103<\/a><a href=\"https:\/\/livresq.com\/ro\/despre-noi\/\" class=\"block px-6 py-4 text-lg font-bold text-white transition-all border-l-4 border-transparent hover:bg-white\/10 hover:border-white\">Despre noi<\/a><\/div><div class=\"p-6 border-t border-white\/10 bg-black\/10 space-y-4\"><div class=\"flex gap-4\"><button class=\"w-full py-2 rounded-lg font-bold text-xs border border-white\/30 text-white hover:bg-white\/10 flex items-center justify-center gap-2\"><img decoding=\"async\" src=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/translate_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\" alt=\"Language\" class=\"w-5 h-5\" style=\"filter:brightness(0) invert(1)\"\/>Deutsch<\/button><\/div><a href=\"https:\/\/livresq.com\/ro\/contul-meu\/\" class=\"w-full flex items-center justify-center gap-2 bg-[#D91278] hover:bg-[#b00e60] text-white font-bold py-3 rounded-lg shadow-lg active:scale-95 transition-transform text-base border border-white\/10\"><img decoding=\"async\" src=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/account_circle_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\" alt=\"Account\" class=\"w-6 h-6\" style=\"filter:brightness(0) invert(1)\"\/>Contul Meu<\/a><\/div><\/div><main class=\"flex-grow pt-16\"><article class=\"max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 pt-8 pb-16 md:pt-12 md:pb-24\"><header class=\"mb-10 text-center reveal\"><div class=\"inline-flex items-center gap-2 px-4 py-2 rounded-full bg-pink-100 text-[#D91278] font-bold tracking-wide uppercase text-xs mb-6 shadow-sm border border-pink-200\/60\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-trophy w-4 h-4 text-[#D91278]\" aria-hidden=\"true\"><path d=\"M10 14.66v1.626a2 2 0 0 1-.976 1.696A5 5 0 0 0 7 21.978\"><\/path><path d=\"M14 14.66v1.626a2 2 0 0 0 .976 1.696A5 5 0 0 1 17 21.978\"><\/path><path d=\"M18 9h1.5a1 1 0 0 0 0-5H18\"><\/path><path d=\"M4 22h16\"><\/path><path d=\"M6 9a6 6 0 0 0 12 0V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z\"><\/path><path d=\"M6 9H4.5a1 1 0 0 1 0-5H6\"><\/path><\/svg>Nationaler Wettbewerb f\u00fcr Lehrkr\u00e4fte<\/div><h1 class=\"text-3xl md:text-5xl lg:text-5xl font-heading font-black text-slate-900 leading-tight mb-6 tracking-tight\">Innovation in der digitalen Bildung: Der Verband Learning Innovation startet den nationalen Wettbewerb <span class=\"text-[#D91278]\">\u201eRED Olympiade\u201c<\/span> f\u00fcr die Lehrkr\u00e4fte-Gemeinschaft<\/h1><div class=\"flex items-center justify-center gap-3 text-slate-500 font-medium text-sm md:text-base border-t border-b border-slate-200 py-3 my-6 max-w-xl mx-auto\"><div class=\"flex items-center gap-1.5 text-slate-700 font-semibold\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-calendar w-4 h-4 text-[#D91278]\" aria-hidden=\"true\"><path d=\"M8 2v4\"><\/path><path d=\"M16 2v4\"><\/path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"><\/rect><path d=\"M3 10h18\"><\/path><\/svg><span>Bukarest \u2013 06.08.2026<\/span><\/div><span class=\"text-slate-300\">\u2022<\/span><span class=\"text-slate-600\">Verband Learning Innovation &amp; LIVRESQ<\/span><\/div><\/header><div class=\"mb-12 reveal delay-100 relative group overflow-hidden rounded-2xl shadow-2xl border border-slate-200\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/08\/Banner-articole-site-ASCENDIA-8-1.png?w=800&#038;ssl=1\" alt=\"RED Olympiade - Learning Innovation &amp; LIVRESQ\" class=\"w-full h-auto object-cover transform transition-transform duration-700 group-hover:scale-102\" referrerPolicy=\"no-referrer\"\/><div class=\"absolute inset-0 bg-gradient-to-t from-slate-900\/40 via-transparent to-transparent pointer-events-none\"><\/div><\/div><div class=\"prose prose-lg prose-slate max-w-none\"><div class=\"bg-gradient-to-r from-pink-50\/80 via-white to-blue-50\/50 rounded-2xl p-6 md:p-8 mb-10 border border-pink-100 shadow-sm reveal delay-100\"><p class=\"text-xl md:text-2xl text-slate-800 leading-relaxed font-medium mb-0\">Vor dem Hintergrund der Beschleunigung des digitalen Transformationsprozesses im Bildungssystem unterst\u00fctzt der <strong class=\"text-slate-900\">Verband Learning Innovation<\/strong> die Gemeinschaft der Lehrkr\u00e4fte durch den offiziellen Start des nationalen Wettbewerbs <strong class=\"text-[#D91278]\">\u201eRED Olympiade\u201c<\/strong>. Diese Initiative wurde speziell entwickelt, um die Meisterschaft von Lehrkr\u00e4ften zu identifizieren, zu f\u00f6rdern und \u00f6ffentlich anzuerkennen, die t\u00e4glich zur Modernisierung der Schule durch die Erstellung interaktiver, relevanter und unterrichtsnaher Offener Bildungsressourcen (OER \/ RED) beitragen.<\/p><\/div><p class=\"mb-10 text-slate-700 leading-relaxed text-lg reveal delay-150\">Der Wettbewerb richtet sich an alle Lehrkr\u00e4fte, die den \u00dcbergang von Konsumenten von Unterrichtsmaterialien zu Autoren interaktiver digitaler Inhalte vollziehen m\u00f6chten. Im Rahmen des nationalen Wettbewerbs entwerfen und reichen die Teilnehmer originale digitale Ressourcen ein, die auf der Plattform <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-[#D91278] hover:underline font-bold\">LIVRESQ<\/a> erstellt wurden \u2014 wie interaktive Lektionen, Lernmodule oder p\u00e4dagogische Szenarien \u2014, mit der M\u00f6glichkeit, Auszeichnungen f\u00fcr Spitzenleistungen, wertvolle Preise und nationale Anerkennung zu erhalten.<\/p><div class=\"reveal delay-200 my-12\"><div class=\"flex items-center gap-3 mb-6\"><div class=\"p-3 bg-pink-100 text-[#D91278] rounded-xl\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-trophy w-7 h-7\" aria-hidden=\"true\"><path d=\"M10 14.66v1.626a2 2 0 0 1-.976 1.696A5 5 0 0 0 7 21.978\"><\/path><path d=\"M14 14.66v1.626a2 2 0 0 0 .976 1.696A5 5 0 0 1 17 21.978\"><\/path><path d=\"M18 9h1.5a1 1 0 0 0 0-5H18\"><\/path><path d=\"M4 22h16\"><\/path><path d=\"M6 9a6 6 0 0 0 12 0V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z\"><\/path><path d=\"M6 9H4.5a1 1 0 0 1 0-5H6\"><\/path><\/svg><\/div><h2 class=\"text-2xl md:text-3xl font-heading font-bold text-slate-900 m-0\">RED Olympiade: Ein Wettbewerb f\u00fcr Lehrer-Autoren und ihre Leidenschaft f\u00fcr Bildung<\/h2><\/div><p class=\"mb-6 text-slate-700 leading-relaxed text-lg\">Die RED Olympiade, ein vom Verband Learning Innovation initiiertes Projekt, entstand aus dem Wunsch, die Lehrkr\u00e4fte in Rum\u00e4nien und die unermessliche Leidenschaft, die sie in jeden Unterricht investieren, ins Rampenlicht zu r\u00fccken. Der Wettbewerb stellt den Lehrer-Autor in den Vordergrund, der den erstellten Materialien seinen pers\u00f6nlichen Stempel aufdr\u00fcckt und Ressourcen entwickelt, die genau auf die Bed\u00fcrfnisse und das Tempo seiner Sch\u00fcler zugeschnitten sind.<\/p><p class=\"mb-6 text-slate-800 font-semibold text-lg\">Jenseits der kreativen Herausforderung geht es beim Wettbewerb um die direkte Wertsch\u00e4tzung der Lehrkr\u00e4fte:<\/p><div class=\"grid md:grid-cols-2 gap-6 my-8\"><div class=\"bg-white p-6 rounded-2xl border border-slate-200 shadow-md hover:shadow-lg transition-shadow\"><div class=\"flex items-center gap-3 mb-3 text-[#D91278]\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-award w-6 h-6\" aria-hidden=\"true\"><path d=\"m15.477 12.89 1.515 8.526a.5.5 0 0 1-.81.47l-3.58-2.687a1 1 0 0 0-1.197 0l-3.586 2.686a.5.5 0 0 1-.81-.469l1.514-8.526\"><\/path><circle cx=\"12\" cy=\"8\" r=\"6\"><\/circle><\/svg><h3 class=\"text-xl font-bold text-slate-900 m-0\">Preise und Anerkennung<\/h3><\/div><p class=\"text-slate-600 text-base leading-relaxed m-0\">Die Teilnehmer haben die M\u00f6glichkeit, mit attraktiven Preisen und offiziellen Diplomen f\u00fcr Spitzenleistungen belohnt zu werden, die ihre p\u00e4dagogische Meisterschaft best\u00e4tigen und ihrem beruflichen Portfolio einen echten Wert verleihen.<\/p><\/div><div class=\"bg-white p-6 rounded-2xl border border-slate-200 shadow-md hover:shadow-lg transition-shadow\"><div class=\"flex items-center gap-3 mb-3 text-[#1379D1]\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-globe w-6 h-6\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20\"><\/path><path d=\"M2 12h20\"><\/path><\/svg><h3 class=\"text-xl font-bold text-slate-900 m-0\">Eine nationale B\u00fchne f\u00fcr Ihre Ressourcen<\/h3><\/div><p class=\"text-slate-600 text-base leading-relaxed m-0\">Die RED Olympiade bietet Lehrkr\u00e4ften die Sichtbarkeit, die sie verdienen. Die pr\u00e4mierten Materialien werden zu einer kontinuierlichen Inspirationsquelle f\u00fcr die gesamte Bildungsgemeinschaft.<\/p><\/div><\/div><\/div><div class=\"reveal delay-200 my-12 bg-slate-900 text-white rounded-3xl p-8 md:p-10 shadow-2xl relative overflow-hidden border border-slate-800\"><div class=\"absolute -right-10 -bottom-10 w-64 h-64 bg-[#D91278]\/20 rounded-full blur-3xl pointer-events-none\"><\/div><div class=\"absolute -left-10 -top-10 w-64 h-64 bg-blue-500\/20 rounded-full blur-3xl pointer-events-none\"><\/div><div class=\"relative z-10\"><div class=\"flex items-center gap-3 mb-4\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-users w-8 h-8 text-[#6fccf0]\" aria-hidden=\"true\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"><\/path><path d=\"M16 3.128a4 4 0 0 1 0 7.744\"><\/path><path d=\"M22 21v-2a4 4 0 0 0-3-3.87\"><\/path><circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle><\/svg><h2 class=\"text-2xl md:text-3xl font-heading font-bold text-white m-0\">Die LIVRESQ-Gemeinschaft in Zahlen: Wirkung der von Lehrkr\u00e4ften f\u00fcr Lehrkr\u00e4fte erstellten Ressourcen<\/h2><\/div><p class=\"text-slate-300 text-lg leading-relaxed mb-8\">Das LIVRESQ-\u00d6kosystem w\u00e4chst dank des aktiven Engagements der Lehrkr\u00e4fte im ganzen Land kontinuierlich weiter. Heute spiegelt die LIVRESQ-Bibliothek eine beeindruckende Aktivit\u00e4t wider:<\/p><div class=\"grid sm:grid-cols-3 gap-6 my-8\"><div class=\"bg-slate-800\/80 backdrop-blur-md p-6 rounded-2xl border border-slate-700\/60 text-center\"><div class=\"text-3xl md:text-4xl font-extrabold text-[#6fccf0] mb-2 font-heading\">198.389<\/div><div class=\"text-slate-300 text-sm font-medium\">Materialien insgesamt in der Bibliothek<\/div><\/div><div class=\"bg-slate-800\/80 backdrop-blur-md p-6 rounded-2xl border border-slate-700\/60 text-center\"><div class=\"text-3xl md:text-4xl font-extrabold text-emerald-400 mb-2 font-heading\">46.857<\/div><div class=\"text-slate-300 text-sm font-medium\">genehmigte und f\u00fcr den Unterricht validierte Lektionen<\/div><\/div><div class=\"bg-slate-800\/80 backdrop-blur-md p-6 rounded-2xl border border-slate-700\/60 text-center\"><div class=\"text-3xl md:text-4xl font-extrabold text-[#faed87] mb-2 font-heading\">36.061<\/div><div class=\"text-slate-300 text-sm font-medium\">Lektionen mit editierbarer Quelle, bereit zum Herunterladen &amp; Anpassen<\/div><\/div><\/div><p class=\"text-slate-300 text-base leading-relaxed mb-0 italic border-l-2 border-[#D91278] pl-4\">Diese Zahlen beweisen die St\u00e4rke der LIVRESQ-Gemeinschaft und das Engagement der Lehrkr\u00e4fte, zusammenzuarbeiten und eine solide Grundlage freier Bildungsressourcen aufzubauen.<\/p><\/div><\/div><div class=\"reveal delay-200 my-12 bg-gradient-to-br from-indigo-900 via-slate-900 to-[#0F1623] rounded-3xl p-8 md:p-10 text-white shadow-2xl relative overflow-hidden border border-indigo-800\/50\"><div class=\"flex items-center gap-3 mb-6\"><div class=\"p-3 bg-gradient-to-r from-[#D91278] to-purple-600 rounded-xl text-white shadow-lg\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-bot w-7 h-7\" aria-hidden=\"true\"><path d=\"M12 8V4H8\"><\/path><rect width=\"16\" height=\"12\" x=\"4\" y=\"8\" rx=\"2\"><\/rect><path d=\"M2 14h2\"><\/path><path d=\"M20 14h2\"><\/path><path d=\"M15 13v2\"><\/path><path d=\"M9 13v2\"><\/path><\/svg><\/div><div><span class=\"text-xs font-bold uppercase tracking-widest text-[#6fccf0] block mb-1\">KI-Innovation mit Unterst\u00fctzung von Google<\/span><h2 class=\"text-2xl md:text-3xl font-heading font-bold text-white m-0\">LIVRESQ Companion: Der KI-P\u00e4dagogik-Assistent f\u00fcr Lehrkr\u00e4fte<\/h2><\/div><\/div><p class=\"text-slate-200 text-lg leading-relaxed mb-6\">Eine zentrale Unterst\u00fctzung f\u00fcr die teilnehmenden Lehrkr\u00e4fte ist <a href=\"https:\/\/livresq.com\/ro\/livresq-companion\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-[#6fccf0] underline font-bold hover:text-white\">LIVRESQ Companion<\/a>, der mit Unterst\u00fctzung von Google entwickelte p\u00e4dagogische KI-Assistent. Er wurde speziell entwickelt, um administrative \u00dcberlastung und B\u00fcrokratie zu reduzieren.<\/p><p class=\"text-slate-200 text-lg leading-relaxed mb-6\">Mit Hilfe dieses digitalen KI-Partners k\u00f6nnen Lehrer sofort strukturierte Lektionspl\u00e4ne, Arbeitsbl\u00e4tter, interaktive Aktivit\u00e4ten und Bewertungsquiz generieren.<\/p><div class=\"bg-indigo-950\/60 p-6 rounded-2xl border border-indigo-700\/50 flex items-start gap-4\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-sparkles w-8 h-8 text-[#faed87] flex-shrink-0 mt-1\" aria-hidden=\"true\"><path d=\"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z\"><\/path><path d=\"M20 2v4\"><\/path><path d=\"M22 4h-4\"><\/path><circle cx=\"4\" cy=\"20\" r=\"2\"><\/circle><\/svg><p class=\"text-indigo-100 text-base md:text-lg font-medium m-0 leading-relaxed\">Durch die Personalisierung der Inhalte auf das Fach und den Unterrichtsstil jedes Benutzers <strong class=\"text-white\">spart LIVRESQ Companion \u00fcber 15 Arbeitsstunden pro Woche<\/strong>.<\/p><\/div><\/div><div class=\"reveal delay-200 my-12 bg-white rounded-3xl p-8 md:p-10 border-2 border-pink-100 shadow-xl relative\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-quote w-12 h-12 text-pink-200 absolute top-6 left-6 -z-0 opacity-60\" aria-hidden=\"true\"><path d=\"M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z\"><\/path><path d=\"M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z\"><\/path><\/svg><div class=\"relative z-10\"><h2 class=\"text-xl md:text-2xl font-heading font-bold text-slate-900 mb-6 flex items-center gap-2\"><span class=\"w-2 h-6 bg-[#D91278] rounded-full inline-block\"><\/span>Eine Vision aus der Gemeinschaft<\/h2><blockquote class=\"text-lg md:text-xl text-slate-800 italic font-medium leading-relaxed mb-6 border-l-4 border-[#D91278] pl-6 my-4\">\u201eDas Bildungssystem braucht eine solide Basis interaktiver Ressourcen, die von Lehrkr\u00e4ften f\u00fcr Lehrkr\u00e4fte erstellt werden. Durch den Start der RED Olympiade und die Integration der LIVRESQ-Werkzeuge in unsere Schulungskurse m\u00f6chten wir den Lehrkr\u00e4ften nicht nur Anerkennung bieten, sondern auch die intuitive Technologie, die zur Gestaltung fesselnder Lektionen im digitalen Zeitalter erforderlich ist.\u201c<\/blockquote><div class=\"flex items-center gap-4 pt-4 border-t border-slate-100\"><div class=\"w-12 h-12 rounded-full bg-[#1379D1] text-white flex items-center justify-center font-bold text-lg shadow-md\">GL<\/div><div><div class=\"font-bold text-slate-900 text-lg\">Prof. Dr. Gabriel Laz\u0103r<\/div><div class=\"text-slate-600 text-sm\">Forschungs- und Entwicklungsdirektor LIVRESQ &amp; Gr\u00fcndungsmitglied Verband Learning Innovation<\/div><\/div><\/div><\/div><\/div><div class=\"reveal delay-200 my-12\"><div class=\"flex items-center gap-3 mb-6\"><div class=\"p-3 bg-blue-100 text-[#1379D1] rounded-xl\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-graduation-cap w-7 h-7\" aria-hidden=\"true\"><path d=\"M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z\"><\/path><path d=\"M22 10v6\"><\/path><path d=\"M6 12.5V16a6 3 0 0 0 12 0v-3.5\"><\/path><\/svg><\/div><h2 class=\"text-2xl md:text-3xl font-heading font-bold text-slate-900 m-0\">Unterst\u00fctzung durch M.E.C.-akkreditierte Schulungen &amp; Didaktische Karrierezulage<\/h2><\/div><p class=\"mb-6 text-slate-700 leading-relaxed text-lg\">Um die Entwicklung digitaler Kompetenzen bei Lehrkr\u00e4ften zu unterst\u00fctzen, bietet der Verband Learning Innovation vom Bildungsministerium akkreditierte Fortbildungskurse an (gem\u00e4\u00df Ministerialerlass Nr. 4307 vom 30.06.2026), die nach dem ECTS-System zertifiziert sind:<\/p><div class=\"space-y-4 mb-8\"><div class=\"bg-slate-50 p-6 rounded-2xl border border-slate-200 flex items-start gap-4\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-circle-check w-6 h-6 text-[#D91278] flex-shrink-0 mt-1\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><div><h3 class=\"text-lg font-bold text-slate-900 mb-1\">\u201eGestaltung und Erstellung interaktiver Offener Bildungsressourcen (RED)\u201c<\/h3><p class=\"text-slate-600 text-base m-0\"><strong>(50 Stunden, 2 ECTS-Punkte)<\/strong> \u2013 fokussiert auf die praktische Erstellung moderner interaktiver Unterrichtsmaterialien.<\/p><\/div><\/div><div class=\"bg-slate-50 p-6 rounded-2xl border border-slate-200 flex items-start gap-4\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-circle-check w-6 h-6 text-[#1379D1] flex-shrink-0 mt-1\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><div><h3 class=\"text-lg font-bold text-slate-900 mb-1\">\u201eN\u00fctzliche digitale Konzepte und Tools im Kontext von DigCompEdu\u201c<\/h3><p class=\"text-slate-600 text-base m-0\"><strong>(75 Stunden, 3 ECTS-Punkte)<\/strong> \u2013 ausgerichtet am europ\u00e4ischen Rahmen f\u00fcr die digitale Kompetenz von Lehrenden.<\/p><\/div><\/div><\/div><div class=\"bg-gradient-to-r from-pink-50 to-purple-50 p-6 md:p-8 rounded-2xl border border-pink-200 my-8\"><h3 class=\"text-xl font-bold text-slate-900 mb-4 flex items-center gap-2\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-credit-card w-6 h-6 text-[#D91278]\" aria-hidden=\"true\"><rect width=\"20\" height=\"14\" x=\"2\" y=\"5\" rx=\"2\"><\/rect><line x1=\"2\" x2=\"22\" y1=\"10\" y2=\"10\"><\/line><\/svg>Besondere Vorteile f\u00fcr Kursteilnehmer:<\/h3><ul class=\"space-y-4 m-0 p-0 list-none\"><li class=\"flex items-start gap-3\"><div class=\"p-1 rounded-full bg-[#D91278] text-white mt-1\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-circle-check w-4 h-4\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><\/div><span class=\"text-slate-800 text-base\"><strong>Finanzierung \u00fcber die Didaktische Karrierezulage:<\/strong> Alle Schulungsprogramme k\u00f6nnen vollst\u00e4ndig \u00fcber die Karte der Didaktischen Karrierezulage bezahlt werden.<\/span><\/li><li class=\"flex items-start gap-3\"><div class=\"p-1 rounded-full bg-[#D91278] text-white mt-1\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-circle-check w-4 h-4\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><\/div><span class=\"text-slate-800 text-base\"><strong>Kostenloser Zugang zu Premium-Tools:<\/strong> Kursteilnehmer erhalten kostenlosen Zugang zum Editor <strong>LIVRESQ Pro<\/strong> und zum KI-Assistenten <strong>LIVRESQ Companion<\/strong>.<\/span><\/li><\/ul><\/div><\/div><div class=\"reveal delay-200 my-12 bg-white rounded-3xl p-8 border border-slate-200 shadow-lg\"><h2 class=\"text-2xl font-heading font-bold text-slate-900 mb-4\">Anmeldung und weitere Informationen<\/h2><p class=\"text-slate-700 text-lg leading-relaxed mb-6\">Lehrkr\u00e4fte, die ihre Kreationen pr\u00e4sentieren, am Wettbewerb teilnehmen und Zugang zu akkreditierten Kursen erhalten m\u00f6chten, k\u00f6nnen das vollst\u00e4ndige Regellement auf den offiziellen Seiten einsehen:<\/p><div class=\"grid md:grid-cols-3 gap-4 my-6\"><a href=\"https:\/\/learning-innovation.ro\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"flex flex-col justify-between p-5 bg-slate-50 hover:bg-pink-50\/50 rounded-2xl border border-slate-200 hover:border-pink-300 transition-all group\"><div><div class=\"flex items-center justify-between mb-3\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-globe w-6 h-6 text-[#D91278]\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20\"><\/path><path d=\"M2 12h20\"><\/path><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-arrow-up-right w-5 h-5 text-slate-400 group-hover:text-[#D91278] transition-colors\" aria-hidden=\"true\"><path d=\"M7 7h10v10\"><\/path><path d=\"M7 17 17 7\"><\/path><\/svg><\/div><div class=\"font-bold text-slate-900 text-base mb-1\">Wettbewerbs- &amp; Schulungsplattform<\/div><\/div><div class=\"text-xs font-semibold text-[#D91278] mt-3\">learning-innovation.ro<\/div><\/a><a href=\"https:\/\/livresq.com\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"flex flex-col justify-between p-5 bg-slate-50 hover:bg-blue-50\/50 rounded-2xl border border-slate-200 hover:border-blue-300 transition-all group\"><div><div class=\"flex items-center justify-between mb-3\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-rocket w-6 h-6 text-[#1379D1]\" aria-hidden=\"true\"><path d=\"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z\"><\/path><path d=\"m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z\"><\/path><path d=\"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0\"><\/path><path d=\"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5\"><\/path><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-arrow-up-right w-5 h-5 text-slate-400 group-hover:text-[#1379D1] transition-colors\" aria-hidden=\"true\"><path d=\"M7 7h10v10\"><\/path><path d=\"M7 17 17 7\"><\/path><\/svg><\/div><div class=\"font-bold text-slate-900 text-base mb-1\">Plattform &amp; Bibliothek<\/div><\/div><div class=\"text-xs font-semibold text-[#1379D1] mt-3\">livresq.com<\/div><\/a><a href=\"https:\/\/livresq.com\/ro\/livresq-companion\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"flex flex-col justify-between p-5 bg-slate-50 hover:bg-purple-50\/50 rounded-2xl border border-slate-200 hover:border-purple-300 transition-all group\"><div><div class=\"flex items-center justify-between mb-3\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-bot w-6 h-6 text-purple-600\" aria-hidden=\"true\"><path d=\"M12 8V4H8\"><\/path><rect width=\"16\" height=\"12\" x=\"4\" y=\"8\" rx=\"2\"><\/rect><path d=\"M2 14h2\"><\/path><path d=\"M20 14h2\"><\/path><path d=\"M15 13v2\"><\/path><path d=\"M9 13v2\"><\/path><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-arrow-up-right w-5 h-5 text-slate-400 group-hover:text-purple-600 transition-colors\" aria-hidden=\"true\"><path d=\"M7 7h10v10\"><\/path><path d=\"M7 17 17 7\"><\/path><\/svg><\/div><div class=\"font-bold text-slate-900 text-base mb-1\">Details zum KI-Assistenten<\/div><\/div><div class=\"text-xs font-semibold text-purple-600 mt-3\">livresq-companion<\/div><\/a><\/div><\/div><div class=\"grid md:grid-cols-2 gap-6 my-12 reveal delay-200\"><div class=\"bg-slate-50 p-6 md:p-8 rounded-3xl border border-slate-200\"><h3 class=\"text-xl font-bold text-slate-900 mb-3 flex items-center gap-2\"><svg class=\"w-5 h-5 text-[#D91278]\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z\"><\/path><path d=\"M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2\"><\/path><path d=\"M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2\"><\/path><path d=\"M10 6h4\"><\/path><path d=\"M10 10h4\"><\/path><path d=\"M10 14h4\"><\/path><path d=\"M10 18h4\"><\/path><\/svg>\u00dcber den Verband Learning Innovation<\/h3><p class=\"text-slate-600 text-sm md:text-base leading-relaxed m-0\">Der Verband Learning Innovation ist eine Nichtregierungsorganisation, die sich der Unterst\u00fctzung von Lehrkr\u00e4ften bei ihrer kontinuierlichen beruflichen Weiterbildung widmet. Durch akkreditierte Kurse, Workshops und nationale Wettbewerbe baut der Verband eine Bildungsgemeinschaft auf, die auf p\u00e4dagogischer Innovation, Zusammenarbeit und gleichberechtigtem Zugang zu hochwertigen digitalen Ressourcen basiert.<\/p><\/div><div class=\"bg-slate-50 p-6 md:p-8 rounded-3xl border border-slate-200\"><h3 class=\"text-xl font-bold text-slate-900 mb-3 flex items-center gap-2\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-book-open w-5 h-5 text-[#1379D1]\" aria-hidden=\"true\"><path d=\"M12 7v14\"><\/path><path d=\"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z\"><\/path><\/svg>\u00dcber die Plattform LIVRESQ<\/h3><p class=\"text-slate-600 text-sm md:text-base leading-relaxed m-0\">LIVRESQ ist die umfangreichste rum\u00e4nische Plattform f\u00fcr Lehrer-Autoren digitaler Bildungsinhalte. Mit einem intuitiven Visual Editor und einer st\u00e4ndig wachsenden Bibliothek bietet LIVRESQ Lehrkr\u00e4ften alle Werkzeuge, um traditionelle Lektionen in interaktive Lernerlebnisse zu verwandeln.<\/p><\/div><\/div><div class=\"reveal delay-200 bg-slate-100 p-6 md:p-8 rounded-2xl border border-slate-200 my-8\"><h3 class=\"text-lg font-bold text-slate-900 mb-3 flex items-center gap-2\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-mail w-5 h-5 text-slate-700\" aria-hidden=\"true\"><path d=\"m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7\"><\/path><rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"2\"><\/rect><\/svg>Kontakt f\u00fcr Community &amp; Presse:<\/h3><div class=\"flex flex-col sm:flex-row sm:items-center gap-4 text-slate-700 text-sm md:text-base font-medium\"><div><strong>E-Mail:<\/strong> <a href=\"mailto:contact@learning-innovation.ro\" class=\"text-[#D91278] hover:underline\">contact@learning-innovation.ro<\/a> | <a href=\"mailto:help@livresq.com\" class=\"text-[#D91278] hover:underline\">help@livresq.com<\/a><\/div><div class=\"hidden sm:block text-slate-300\">|<\/div><div><strong>Webseite:<\/strong> <a href=\"https:\/\/learning-innovation.ro\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-[#1379D1] hover:underline\">learning-innovation.ro<\/a> | <a href=\"https:\/\/livresq.com\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-[#1379D1] hover:underline\">livresq.com<\/a><\/div><\/div><\/div><div class=\"reveal delay-200 bg-gradient-to-br from-[#0F1623] via-slate-900 to-[#1e293b] rounded-3xl p-8 md:p-12 text-white shadow-2xl relative overflow-hidden my-12 text-center\"><div class=\"absolute top-0 right-0 w-64 h-64 bg-[#D91278]\/20 rounded-full blur-[80px]\"><\/div><div class=\"absolute bottom-0 left-0 w-64 h-64 bg-blue-500\/20 rounded-full blur-[80px]\"><\/div><div class=\"relative z-10 max-w-2xl mx-auto\"><span class=\"inline-block px-4 py-1.5 rounded-full bg-white\/10 text-[#6fccf0] text-xs font-bold uppercase tracking-wider mb-4 border border-white\/10\">Nimm an der RED Olympiade teil<\/span><h2 class=\"text-2xl md:text-4xl font-heading font-bold text-white mb-4\">Sind Sie bereit, Autor interaktiver digitaler Inhalte zu werden?<\/h2><p class=\"mb-8 text-slate-300 leading-relaxed text-base md:text-lg\">Erstellen Sie Ihr kostenloses Konto auf LIVRESQ, melden Sie sich f\u00fcr den Wettbewerb an und verwandeln Sie Ihre Lektionen in fesselnde Erlebnisse!<\/p><div class=\"flex flex-col sm:flex-row items-center justify-center gap-4\"><a href=\"https:\/\/livresq.com\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"w-full sm:w-auto inline-flex items-center justify-center gap-2 px-8 py-4 bg-[#D91278] hover:bg-[#b00e60] text-white font-bold rounded-xl shadow-lg hover:shadow-xl transition-all duration-300 transform hover:-translate-y-1 text-base md:text-lg\">Kostenloses Konto auf LIVRESQ erstellen<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-external-link w-5 h-5\" aria-hidden=\"true\"><path d=\"M15 3h6v6\"><\/path><path d=\"M10 14 21 3\"><\/path><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"><\/path><\/svg><\/a><a href=\"https:\/\/learning-innovation.ro\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"w-full sm:w-auto inline-flex items-center justify-center gap-2 px-8 py-4 bg-white\/10 hover:bg-white\/20 text-white font-bold rounded-xl border border-white\/20 transition-all text-base md:text-lg\">Details zur RED Olympiade<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-arrow-up-right w-5 h-5\" aria-hidden=\"true\"><path d=\"M7 7h10v10\"><\/path><path d=\"M7 17 17 7\"><\/path><\/svg><\/a><\/div><\/div><\/div><\/div><\/article><\/main><\/div>\n    <\/div>\n\n    <!-- ========================= SCRIPTS ========================= -->\n\n    <!-- 1. Initialize Lucide Icons -->\n    <script>\n        lucide.createIcons();\n    <\/script>\n\n    <!-- 2. Main Logic (Animations, Spotlight) -->\n    <script>\n        document.addEventListener('DOMContentLoaded', () => {\n            \/\/ Reveal Animation Observer\n            const observer = new IntersectionObserver((entries) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        entry.target.classList.add('active');\n                    }\n                });\n            }, { threshold: 0.1 });\n\n            document.querySelectorAll('.reveal').forEach(el => observer.observe(el));\n\n            \/\/ Spotlight Effect Logic\n            const spotlightSections = document.querySelectorAll('.spotlight-section');\n            spotlightSections.forEach(section => {\n                section.addEventListener('mousemove', (e) => {\n                    const cards = section.querySelectorAll('.spotlight-card');\n                    cards.forEach(card => {\n                        const rect = card.getBoundingClientRect();\n                        const x = e.clientX - rect.left;\n                        const y = e.clientY - rect.top;\n                        card.style.setProperty('--mouse-x', `${x}px`);\n                        card.style.setProperty('--mouse-y', `${y}px`);\n                    });\n                });\n            });\n        });\n    <\/script>\n\n    <\/body>\n<\/html>\n\n\n\n\n\n\n\n\n\n\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>LIVRESQ &#8211; Public\u0103 \u0219i Exploreaz\u0103 Biblioteca ComunitateBlogAcademicTrainingFAQCump\u0103r\u0103Despre noi Library Deutsch Contul Meu ComunitateBlogAcademicTrainingFAQCump\u0103r\u0103Despre noi Deutsch Contul Meu Nationaler Wettbewerb f\u00fcr Lehrkr\u00e4fte Innovation in der digitalen Bildung: Der Verband Learning Innovation startet den nationalen Wettbewerb \u201eRED Olympiade\u201c f\u00fcr die Lehrkr\u00e4fte-Gemeinschaft Bukarest \u2013 06.08.2026 \u2022Verband Learning Innovation &amp; LIVRESQ Vor dem Hintergrund der Beschleunigung des digitalen Transformationsprozesses [&hellip;]<\/p>\n","protected":false},"author":57747,"featured_media":493093,"comment_status":"closed","ping_status":"open","sticky":false,"template":"elementor_header_footer","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-493091","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice - LIVRESQ<\/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:\/\/livresq.com\/de\/nachrichten\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice - LIVRESQ\" \/>\n<meta property=\"og:description\" content=\"LIVRESQ &#8211; Public\u0103 \u0219i Exploreaz\u0103 Biblioteca ComunitateBlogAcademicTrainingFAQCump\u0103r\u0103Despre noi Library Deutsch Contul Meu ComunitateBlogAcademicTrainingFAQCump\u0103r\u0103Despre noi Deutsch Contul Meu Nationaler Wettbewerb f\u00fcr Lehrkr\u00e4fte Innovation in der digitalen Bildung: Der Verband Learning Innovation startet den nationalen Wettbewerb \u201eRED Olympiade\u201c f\u00fcr die Lehrkr\u00e4fte-Gemeinschaft Bukarest \u2013 06.08.2026 \u2022Verband Learning Innovation &amp; LIVRESQ Vor dem Hintergrund der Beschleunigung des digitalen Transformationsprozesses [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/livresq.com\/de\/nachrichten\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/\" \/>\n<meta property=\"og:site_name\" content=\"LIVRESQ\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-06T11:44:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-06T11:56:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/08\/Banner-articole-site-ASCENDIA-3.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"1039\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Bogdan Vrinceanu\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"Bogdan Vrinceanu\" \/>\n\t<meta name=\"twitter:label2\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data2\" content=\"37\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/\"},\"author\":{\"name\":\"Bogdan Vrinceanu\",\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#\\\/schema\\\/person\\\/875da9615a1d415268f346f83dd6c467\"},\"headline\":\"Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice\",\"datePublished\":\"2026-08-06T11:44:19+00:00\",\"dateModified\":\"2026-08-06T11:56:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/\"},\"wordCount\":6538,\"publisher\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/livresq.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Banner-articole-site-ASCENDIA-3.png?fit=1600%2C1039&ssl=1\",\"articleSection\":[\"News\"],\"inLanguage\":\"de\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/\",\"url\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/\",\"name\":\"Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice - LIVRESQ\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/livresq.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Banner-articole-site-ASCENDIA-3.png?fit=1600%2C1039&ssl=1\",\"datePublished\":\"2026-08-06T11:44:19+00:00\",\"dateModified\":\"2026-08-06T11:56:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/livresq.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Banner-articole-site-ASCENDIA-3.png?fit=1600%2C1039&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/livresq.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Banner-articole-site-ASCENDIA-3.png?fit=1600%2C1039&ssl=1\",\"width\":1600,\"height\":1039},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Prima pagin\u0103\",\"item\":\"https:\\\/\\\/livresq.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/livresq.com\\\/en\\\/\",\"name\":\"LIVRESQ\",\"description\":\"eLearning Authoring Tool\",\"publisher\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/livresq.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#organization\",\"name\":\"LIVRESQ - Authoring Tool\",\"url\":\"https:\\\/\\\/livresq.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/livresq.com\\\/wp-content\\\/uploads\\\/2019\\\/07\\\/cropped-Logo.png?fit=1054%2C575&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/livresq.com\\\/wp-content\\\/uploads\\\/2019\\\/07\\\/cropped-Logo.png?fit=1054%2C575&ssl=1\",\"width\":1054,\"height\":575,\"caption\":\"LIVRESQ - Authoring Tool\"},\"image\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#\\\/schema\\\/person\\\/875da9615a1d415268f346f83dd6c467\",\"name\":\"Bogdan Vrinceanu\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2abb37905303ef8f893d0591e93be5035fa7de23db3dc1e2d008bbaa7829f1bb?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2abb37905303ef8f893d0591e93be5035fa7de23db3dc1e2d008bbaa7829f1bb?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2abb37905303ef8f893d0591e93be5035fa7de23db3dc1e2d008bbaa7829f1bb?s=96&d=mm&r=g\",\"caption\":\"Bogdan Vrinceanu\"},\"url\":\"https:\\\/\\\/livresq.com\\\/de\\\/author\\\/bogdan-vrinceanu\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice - LIVRESQ","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:\/\/livresq.com\/de\/nachrichten\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/","og_locale":"de_DE","og_type":"article","og_title":"Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice - LIVRESQ","og_description":"LIVRESQ &#8211; Public\u0103 \u0219i Exploreaz\u0103 Biblioteca ComunitateBlogAcademicTrainingFAQCump\u0103r\u0103Despre noi Library Deutsch Contul Meu ComunitateBlogAcademicTrainingFAQCump\u0103r\u0103Despre noi Deutsch Contul Meu Nationaler Wettbewerb f\u00fcr Lehrkr\u00e4fte Innovation in der digitalen Bildung: Der Verband Learning Innovation startet den nationalen Wettbewerb \u201eRED Olympiade\u201c f\u00fcr die Lehrkr\u00e4fte-Gemeinschaft Bukarest \u2013 06.08.2026 \u2022Verband Learning Innovation &amp; LIVRESQ Vor dem Hintergrund der Beschleunigung des digitalen Transformationsprozesses [&hellip;]","og_url":"https:\/\/livresq.com\/de\/nachrichten\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/","og_site_name":"LIVRESQ","article_published_time":"2026-08-06T11:44:19+00:00","article_modified_time":"2026-08-06T11:56:08+00:00","og_image":[{"width":1600,"height":1039,"url":"https:\/\/livresq.com\/wp-content\/uploads\/2026\/08\/Banner-articole-site-ASCENDIA-3.png","type":"image\/png"}],"author":"Bogdan Vrinceanu","twitter_card":"summary_large_image","twitter_misc":{"Verfasst von":"Bogdan Vrinceanu","Gesch\u00e4tzte Lesezeit":"37\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/#article","isPartOf":{"@id":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/"},"author":{"name":"Bogdan Vrinceanu","@id":"https:\/\/livresq.com\/en\/#\/schema\/person\/875da9615a1d415268f346f83dd6c467"},"headline":"Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice","datePublished":"2026-08-06T11:44:19+00:00","dateModified":"2026-08-06T11:56:08+00:00","mainEntityOfPage":{"@id":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/"},"wordCount":6538,"publisher":{"@id":"https:\/\/livresq.com\/en\/#organization"},"image":{"@id":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/08\/Banner-articole-site-ASCENDIA-3.png?fit=1600%2C1039&ssl=1","articleSection":["News"],"inLanguage":"de"},{"@type":"WebPage","@id":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/","url":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/","name":"Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice - LIVRESQ","isPartOf":{"@id":"https:\/\/livresq.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/#primaryimage"},"image":{"@id":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/08\/Banner-articole-site-ASCENDIA-3.png?fit=1600%2C1039&ssl=1","datePublished":"2026-08-06T11:44:19+00:00","dateModified":"2026-08-06T11:56:08+00:00","breadcrumb":{"@id":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/#primaryimage","url":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/08\/Banner-articole-site-ASCENDIA-3.png?fit=1600%2C1039&ssl=1","contentUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/08\/Banner-articole-site-ASCENDIA-3.png?fit=1600%2C1039&ssl=1","width":1600,"height":1039},{"@type":"BreadcrumbList","@id":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Prima pagin\u0103","item":"https:\/\/livresq.com\/"},{"@type":"ListItem","position":2,"name":"Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice"}]},{"@type":"WebSite","@id":"https:\/\/livresq.com\/en\/#website","url":"https:\/\/livresq.com\/en\/","name":"LIVRESQ","description":"eLearning-Authoring-Werkzeug","publisher":{"@id":"https:\/\/livresq.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/livresq.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/livresq.com\/en\/#organization","name":"LIVRESQ - Autorentool","url":"https:\/\/livresq.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/livresq.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/cropped-Logo.png?fit=1054%2C575&ssl=1","contentUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/cropped-Logo.png?fit=1054%2C575&ssl=1","width":1054,"height":575,"caption":"LIVRESQ - Authoring Tool"},"image":{"@id":"https:\/\/livresq.com\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/livresq.com\/en\/#\/schema\/person\/875da9615a1d415268f346f83dd6c467","name":"Bogdan Vrinceanu","image":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/secure.gravatar.com\/avatar\/2abb37905303ef8f893d0591e93be5035fa7de23db3dc1e2d008bbaa7829f1bb?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2abb37905303ef8f893d0591e93be5035fa7de23db3dc1e2d008bbaa7829f1bb?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2abb37905303ef8f893d0591e93be5035fa7de23db3dc1e2d008bbaa7829f1bb?s=96&d=mm&r=g","caption":"Bogdan Vrinceanu"},"url":"https:\/\/livresq.com\/de\/author\/bogdan-vrinceanu\/"}]}},"_links":{"self":[{"href":"https:\/\/livresq.com\/de\/wp-json\/wp\/v2\/posts\/493091","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/livresq.com\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/livresq.com\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/livresq.com\/de\/wp-json\/wp\/v2\/users\/57747"}],"replies":[{"embeddable":true,"href":"https:\/\/livresq.com\/de\/wp-json\/wp\/v2\/comments?post=493091"}],"version-history":[{"count":4,"href":"https:\/\/livresq.com\/de\/wp-json\/wp\/v2\/posts\/493091\/revisions"}],"predecessor-version":[{"id":493098,"href":"https:\/\/livresq.com\/de\/wp-json\/wp\/v2\/posts\/493091\/revisions\/493098"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/livresq.com\/de\/wp-json\/wp\/v2\/media\/493093"}],"wp:attachment":[{"href":"https:\/\/livresq.com\/de\/wp-json\/wp\/v2\/media?parent=493091"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/livresq.com\/de\/wp-json\/wp\/v2\/categories?post=493091"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/livresq.com\/de\/wp-json\/wp\/v2\/tags?post=493091"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}