{"id":957,"date":"2026-04-20T17:03:03","date_gmt":"2026-04-20T15:03:03","guid":{"rendered":"https:\/\/generalistik-meistern.de\/?page_id=957"},"modified":"2026-04-20T18:09:42","modified_gmt":"2026-04-20T16:09:42","slug":"kommunikation-rollen-kreuzwortraetsel","status":"publish","type":"page","link":"https:\/\/generalistik-meistern.de\/?page_id=957","title":{"rendered":"Kommunikation &amp; Rollen \u2013 Kreuzwortr\u00e4tsel"},"content":{"rendered":"\n<style>\n    :root {\n        --primary: #5d6d7e; --accent: #3498db; --success: #27ae60;\n        --error: #e74c3c; --warning: #f39c12; --grid-bg: #f4f7f6;\n        --solved-color: #2a9d8f; \n        --cell: 34px;\n    }\n    #cw-container { font-family: 'Segoe UI', Arial, sans-serif; background: #fff; padding: 20px; border: 1px solid #ddd; max-width: 600px; margin: auto; border-radius: 10px; }\n    .cw-header { text-align: center; color: var(--primary); font-size: 24px; font-weight: bold; margin-bottom: 20px; }\n    .cw-grid {\n        display: grid; grid-template-columns: repeat(15, var(--cell)); grid-template-rows: repeat(15, var(--cell));\n        gap: 2px; background: var(--grid-bg); margin: 20px auto; width: fit-content; border: 2px solid var(--primary);\n    }\n    .cw-cell { width: var(--cell); height: var(--cell); background: white; position: relative; }\n    .cw-empty { background: var(--grid-bg) !important; }\n    .cw-input {\n        width: 100% !important; height: 100% !important; border: none !important;\n        text-align: center !important; font-size: 15px !important; font-weight: bold !important;\n        text-transform: uppercase !important; outline: none !important;\n        position: absolute !important; top: 0; left: 0; z-index: 10;\n        background: transparent !important; padding: 0 !important;\n    }\n    .cw-number { position: absolute; top: 1px; left: 2px; font-size: 9px; z-index: 5; color: #999; pointer-events: none; }\n    .solved-bg { background: var(--solved-color) !important; color: white !important; }\n    .correct { background: #d4efdf !important; }\n    .wrong { background: #f8d7da !important; }\n    .cw-controls { display: flex; gap: 10px; justify-content: center; margin-top: 20px; }\n    .cw-btn { padding: 10px 15px; border: none; border-radius: 5px; cursor: pointer; color: white; font-weight: bold; }\n    .hint-box { font-size: 13px; margin-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; text-align: left; border-top: 1px solid #eee; padding-top: 15px; }\n    .hint-column b { color: var(--primary); border-bottom: 2px solid var(--grid-bg); display: block; margin-bottom: 8px; }\n<\/style>\n\n<div id=\"cw-container\">\n    <div class=\"cw-header\">\ud83e\udde9 Kreuzwortr\u00e4tsel<\/div>\n    <div id=\"cwGrid\" class=\"cw-grid\"><\/div>\n    <div class=\"hint-box\">\n        <div class=\"hint-column\"><b>Waagerecht<\/b><div id=\"ha\"><\/div><\/div>\n        <div class=\"hint-column\"><b>Senkrecht<\/b><div id=\"hd\"><\/div><\/div>\n    <\/div>\n    <div class=\"cw-controls\">\n        <button class=\"cw-btn\" style=\"background:var(--accent)\" onclick=\"checkCW()\">Pr\u00fcfen<\/button>\n        <button class=\"cw-btn\" style=\"background:var(--warning)\" onclick=\"solveCW()\">L\u00f6sung<\/button>\n        <button class=\"cw-btn\" style=\"background:#bbb\" onclick=\"location.reload()\">Neu w\u00fcrfeln<\/button>\n    <\/div>\n<\/div>\n\n<script>\n(function() {\nconst wordPool = [\n    { w: \"WATZLAWICK\", h: \"Entwickler der 5 Axiome\" },\n    { w: \"AXIOM\", h: \"Grundregel der Kommunikation\" },\n    { w: \"EMPATHIE\", h: \"Einf\u00fchlungsverm\u00f6gen\" },\n    { w: \"KONGRUENZ\", h: \"Echtheit \/ Authentizit\u00e4t\" },\n    { w: \"AKZEPTANZ\", h: \"Wertsch\u00e4tzung\" },\n    { w: \"PARAPHRASE\", h: \"Inhalt mit eigenen Worten wiederholen\" },\n    { w: \"SBAR\", h: \"\u00dcbergabemodell (Situation, Background...)\" },\n    { w: \"APPEL\", h: \"Eine Ebene im 4-Ohren-Modell\" },\n    { w: \"SACHEBENE\", h: \"Die rein sachliche Information\" },\n    { w: \"EISBERG\", h: \"Modell f\u00fcr bewusste\/unbewusste Anteile\" },\n    { w: \"NONVERBAL\", h: \"Kommunikation ohne Worte\" },\n    { w: \"VERBAL\", h: \"Kommunikation mit Worten\" },\n    { w: \"SENDER\", h: \"Person, die eine Nachricht schickt\" },\n    { w: \"EMPF\u00c4NGER\", h: \"Person, die eine Nachricht erh\u00e4lt\" },\n    { w: \"FEEDBACK\", h: \"R\u00fcckmeldung an den Sender\" },\n    { w: \"DEMENZ\", h: \"Erkrankung, bei der Validation hilft\" },\n    { w: \"VALIDATION\", h: \"Methode nach Naomi Feil\" },\n    { w: \"INTERPUNKTION\", h: \"Ursache-Wirkung-Zuweisung\" },\n    { w: \"KOMPLEMENT\u00c4R\", h: \"Hierarchische Kommunikationsform\" },\n    { w: \"SYMMETRISCH\", h: \"Gleichrangige Kommunikation\" },\n    { w: \"SCHWEIGEPFLICHT\", h: \"Gesetzliche Geheimhaltungspflicht\" },\n    { w: \"ICHBOTSCHAFT\", h: \"Sprechweise ohne Schuldzuweisung\" },\n    { w: \"ROLE\", h: \"Verhaltenserwartung an eine Position\" },\n    { w: \"APHASIE\", h: \"Sprachst\u00f6rung (z.B. nach Schlaganfall)\" },\n    { w: \"METAKOMMUNIKATION\", h: \"Das Sprechen \u00fcber das Gespr\u00e4ch\" },\n    { w: \"DOUBLEBIND\", h: \"Widerspr\u00fcchliche Beziehungsfalle\" },\n    { w: \"MIMIK\", h: \"Gesichtsausdruck\" },\n    { w: \"GESTIK\", h: \"K\u00f6rperbewegung\/Zeichen\" },\n    { w: \"DISTANZ\", h: \"Abstand zwischen Personen\" },\n    { w: \"INTIMZONE\", h: \"Zone unter 50cm\" },\n    { w: \"KODIEREN\", h: \"Inhalt in Signale umwandeln\" },\n    { w: \"DEKODIEREN\", h: \"Signale in Inhalt umwandeln\" },\n    { w: \"RAUSCHEN\", h: \"St\u00f6rger\u00e4usche in der Kommunikation\" },\n    { w: \"APPELL\", h: \"Ebene der Aufforderung\" },\n    { w: \"ROGERS\", h: \"Begr\u00fcnder der Gespr\u00e4chsf\u00fchrung\" },\n    { w: \"ROSENBERG\", h: \"Erfinder der gewaltfreien Kommunikation\" },\n    { w: \"THUN\", h: \"Nachname des 4-Ohren-Entwicklers\" },\n    { w: \"ZIRKULAR\", h: \"Kreisf\u00f6rmiger Kommunikationsverlauf\" },\n    { w: \"DIGITAL\", h: \"Eindeutige verbale Symbole\" },\n    { w: \"ANALOG\", h: \"Mehrdeutige nonverbale Symbole\" },\n    { w: \"BIOGRAFIE\", h: \"Lebensgeschichte eines Menschen\" },\n    { w: \"DEESKALATION\", h: \"Spannung aus Konflikten nehmen\" },\n    { w: \"STIMME\", h: \"Paraverbales Element\" },\n    { w: \"JOHARI\", h: \"Vorname des Fensters zur Wahrnehmung\" },\n    { w: \"KONFLIKT\", h: \"Aufeinanderprallen von Meinungen\" }\n];\n\n    function build() {\n        const grid = document.getElementById('cwGrid');\n        const ha = document.getElementById('ha');\n        const hd = document.getElementById('hd');\n        if (!grid || grid.innerHTML !== '') return;\n\n        grid.innerHTML = '';\n        for (let i = 0; i < 225; i++) grid.innerHTML += `<div class=\"cw-cell cw-empty\" id=\"c${i}\"><\/div>`;\n\n        const slots = [\n            { r: 1, c: 1, max: 7, d: 'h' }, { r: 4, c: 1, max: 8, d: 'h' },\n            { r: 7, c: 1, max: 8, d: 'h' }, { r: 10, c: 1, max: 7, d: 'h' },\n            { r: 1, c: 10, max: 8, d: 'v' }, { r: 1, c: 12, d: 'v' },\n            { r: 1, c: 14, d: 'v' }, { r: 9, c: 10, max: 6, d: 'v' }\n        ];\n\n        let availableWords = [...wordPool].sort(() => Math.random() - 0.5);\n        let usedIndices = new Set();\n\n        slots.forEach((slot, index) => {\n            const match = availableWords.find((word, i) => \n                !usedIndices.has(i) && word.w.length <= (slot.max || 15)\n            );\n\n            if (match) {\n                const wordIdx = availableWords.indexOf(match);\n                usedIndices.add(wordIdx);\n                \n                const word = match.w.toUpperCase();\n                for (let i = 0; i < word.length; i++) {\n                    let r = slot.r + (slot.d === 'v' ? i : 0);\n                    let c = slot.c + (slot.d === 'h' ? i : 0);\n                    let cell = document.getElementById('c' + (r * 15 + c));\n                    \n                    if (cell) {\n                        cell.classList.remove('cw-empty');\n                        let nextId = (i < word.length - 1) ? (slot.d === 'v' ? (r+1)*15+c : r*15+c+1) : -1;\n                        cell.innerHTML = `<input class=\"cw-input\" maxlength=\"1\" data-a=\"${word[i]}\" data-next=\"${nextId}\">`;\n                        if (i === 0) cell.innerHTML += `<span class=\"cw-number\">${index + 1}<\/span>`;\n                    }\n                }\n                let hDiv = `<div style=\"margin-bottom:4px;\"><b>${index+1}.<\/b> ${match.h}<\/div>`;\n                if (slot.d === 'h') ha.innerHTML += hDiv; else hd.innerHTML += hDiv;\n            }\n        });\n\n        grid.addEventListener('input', (e) => {\n            const nextId = e.target.getAttribute('data-next');\n            if (e.target.value.length === 1 && nextId !== \"-1\") {\n                document.getElementById('c' + nextId)?.querySelector('input')?.focus();\n            }\n        });\n    }\n\n    window.checkCW = function() {\n        document.querySelectorAll('.cw-input').forEach(i => {\n            i.classList.remove('correct', 'wrong');\n            if (i.value.toUpperCase() === i.dataset.a) i.classList.add('correct');\n            else if (i.value !== \"\") i.classList.add('wrong');\n        });\n    };\n\n    window.solveCW = function() {\n        document.querySelectorAll('.cw-input').forEach(i => {\n            i.value = i.dataset.a;\n            i.classList.add('solved-bg');\n        });\n    };\n\n    build();\n})();\n<\/script>\n\n\n\n\n<div style=\"text-align: center; margin: 40px 0 20px 0; border-top: 1px solid #eee; padding-top: 20px;\">\n    <button onclick=\"window.history.back()\" style=\"\n        background-color: #2a9d8f; \n        color: white; \n        border: none; \n        padding: 12px 25px; \n        font-size: 16px; \n        font-family: 'Segoe UI', Arial, sans-serif; \n        font-weight: bold; \n        border-radius: 8px; \n        cursor: pointer; \n        transition: all 0.3s ease;\n        display: inline-flex;\n        align-items: center;\n        gap: 10px;\n        box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n    \" onmouseover=\"this.style.backgroundColor='#9bbac5'; this.style.transform='translateY(-2px)';\" \n       onmouseout=\"this.style.backgroundColor='#2a9d8f'; this.style.transform='translateY(0)';\"\n    >\n        <span style=\"font-size: 20px;\">\u2190<\/span> Zur\u00fcck\n    <\/button>\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>\ud83e\udde9 Kreuzwortr\u00e4tsel Waagerecht Senkrecht Pr\u00fcfen L\u00f6sung Neu w\u00fcrfeln \u2190 Zur\u00fcck<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-957","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/generalistik-meistern.de\/index.php?rest_route=\/wp\/v2\/pages\/957","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/generalistik-meistern.de\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/generalistik-meistern.de\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/generalistik-meistern.de\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/generalistik-meistern.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=957"}],"version-history":[{"count":2,"href":"https:\/\/generalistik-meistern.de\/index.php?rest_route=\/wp\/v2\/pages\/957\/revisions"}],"predecessor-version":[{"id":1066,"href":"https:\/\/generalistik-meistern.de\/index.php?rest_route=\/wp\/v2\/pages\/957\/revisions\/1066"}],"wp:attachment":[{"href":"https:\/\/generalistik-meistern.de\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=957"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}