{"id":3062,"date":"2025-12-06T12:16:34","date_gmt":"2025-12-06T12:16:34","guid":{"rendered":"https:\/\/takidaki.com\/muenzwurf\/"},"modified":"2026-03-20T18:10:49","modified_gmt":"2026-03-20T18:10:49","slug":"muenzwurf","status":"publish","type":"page","link":"https:\/\/takidaki.com\/de\/muenzwurf\/","title":{"rendered":"M\u00fcnzwurf"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3062\" class=\"elementor elementor-3062 elementor-998\" data-elementor-post-type=\"page\">\n\t\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-dce-background-color=\"#FEE4C7\" class=\"elementor-element elementor-element-46c063d e-flex e-con-boxed e-con e-parent\" data-id=\"46c063d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div data-dce-title-color=\"#151413\" class=\"elementor-element elementor-element-0af3668 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"0af3668\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">M\u00fcnzwurf<\/h1>\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-d3d101a e-con-full e-flex e-con e-child\" data-id=\"d3d101a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eb86743 elementor-widget elementor-widget-html\" data-id=\"eb86743\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<link href=\"https:\/\/fonts.googleapis.com\/css2?family=PT+Mono&amp;display=swap\" rel=\"stylesheet\">\r\n<style>\r\n  :root {\r\n    --result-size: 44px;\r\n    --history-size: 15px;\r\n  }\r\n\r\n  @keyframes coinToss {\r\n    0% { \r\n      transform: translateY(0) rotateX(0deg);\r\n    }\r\n    25% { \r\n      transform: translateY(-120px) rotateX(180deg) scale(1.1);\r\n    }\r\n    50% { \r\n      transform: translateY(-160px) rotateX(360deg) scale(1.15);\r\n    }\r\n    75% { \r\n      transform: translateY(-120px) rotateX(540deg) scale(1.1);\r\n    }\r\n    100% { \r\n      transform: translateY(0) rotateX(720deg) scale(1);\r\n    }\r\n  }\r\n  \r\n  @media (max-width: 768px) {\r\n    @keyframes coinToss {\r\n      0% { \r\n        transform: translateY(0) rotateX(0deg);\r\n      }\r\n      25% { \r\n        transform: translateY(-80px) rotateX(180deg) scale(1.1);\r\n      }\r\n      50% { \r\n        transform: translateY(-110px) rotateX(360deg) scale(1.15);\r\n      }\r\n      75% { \r\n        transform: translateY(-80px) rotateX(540deg) scale(1.1);\r\n      }\r\n      100% { \r\n        transform: translateY(0) rotateX(720deg) scale(1);\r\n      }\r\n    }\r\n  }\r\n  \r\n  @keyframes bounce {\r\n    0%, 100% { transform: translateY(0) scale(1); }\r\n    50% { transform: translateY(-10px) scale(1.05); }\r\n  }\r\n  \r\n  @keyframes shine {\r\n    0%, 100% { \r\n      box-shadow: \r\n        0 10px 30px rgba(119, 133, 65, 0.3),\r\n        inset 0 2px 10px rgba(255,255,255,0.5); \r\n    }\r\n    50% { \r\n      box-shadow: \r\n        0 15px 40px rgba(119, 133, 65, 0.5),\r\n        inset 0 2px 15px rgba(255,255,255,0.8); \r\n    }\r\n  }\r\n\r\n  * {\r\n    box-sizing: border-box;\r\n  }\r\n\r\n  .coin-container {\r\n    width: 100%;\r\n    background: white;\r\n    border-radius: 20px;\r\n    display: flex;\r\n    margin: 0 auto;\r\n    min-height: 500px;\r\n    font-family: 'PT Mono', monospace;\r\n    overflow: hidden;\r\n    box-shadow: 0 10px 40px rgba(0,0,0,0.08);\r\n  }\r\n  \r\n  @media (max-width: 768px) {\r\n    .coin-container {\r\n      flex-direction: column-reverse;\r\n      min-height: 100vh;\r\n    }\r\n  }\r\n\r\n  .left-panel {\r\n    flex: 1;\r\n    padding: 40px;\r\n    background: #f8f9fa;\r\n    display: flex;\r\n    flex-direction: column;\r\n    gap: 18px;\r\n    justify-content: center;\r\n  }\r\n  \r\n  @media (max-width: 768px) {\r\n    .left-panel {\r\n      padding: 20px;\r\n      gap: 12px;\r\n    }\r\n  }\r\n\r\n  .right-panel {\r\n    flex: 1;\r\n    padding: 40px;\r\n    background: #FFECD6;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: center;\r\n    align-items: center;\r\n    position: relative;\r\n  }\r\n  \r\n  @media (max-width: 768px) {\r\n    .right-panel {\r\n      padding: 30px 20px 20px;\r\n      min-height: auto;\r\n      flex: 1;\r\n    }\r\n  }\r\n\r\n  .title {\r\n    text-transform: uppercase;\r\n    letter-spacing: 1px;\r\n    font-size: 30px;\r\n    text-align: center;\r\n    color: #333;\r\n    font-weight: bold;\r\n    margin-bottom: 10px;\r\n  }\r\n  \r\n  @media (max-width: 768px) {\r\n    .title {\r\n      font-size: 22px;\r\n      margin-bottom: 5px;\r\n    }\r\n  }\r\n\r\n  .btn {\r\n    padding: 16px 24px;\r\n    border-radius: 14px;\r\n    font-size: 16px;\r\n    font-weight: 600;\r\n    border: none;\r\n    cursor: pointer;\r\n    background: #778541;\r\n    color: white;\r\n    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\r\n    width: 100%;\r\n    box-shadow: 0 4px 12px rgba(119, 133, 65, 0.3);\r\n    font-family: 'PT Mono', monospace;\r\n    text-transform: uppercase;\r\n    letter-spacing: 1px;\r\n    position: relative;\r\n  }\r\n  \r\n  @media (max-width: 768px) {\r\n    .btn {\r\n      padding: 12px 20px;\r\n      font-size: 14px;\r\n    }\r\n  }\r\n  \r\n  .btn:hover {\r\n    transform: translateY(-2px);\r\n    box-shadow: 0 6px 20px rgba(119, 133, 65, 0.4);\r\n  }\r\n  \r\n  .btn:active {\r\n    transform: translateY(0);\r\n    box-shadow: 0 2px 8px rgba(119, 133, 65, 0.3);\r\n  }\r\n\r\n  .btn-secondary {\r\n    background: #d26a56;\r\n    box-shadow: 0 4px 12px rgba(210, 106, 86, 0.3);\r\n  }\r\n  \r\n  .btn-secondary:hover {\r\n    box-shadow: 0 6px 20px rgba(210, 106, 86, 0.4);\r\n  }\r\n\r\n  .btn-gray {\r\n    background: #424242;\r\n    box-shadow: 0 4px 12px rgba(66, 66, 66, 0.3);\r\n  }\r\n  \r\n  .btn-gray:hover {\r\n    box-shadow: 0 6px 20px rgba(66, 66, 66, 0.4);\r\n  }\r\n\r\n  .coin-area {\r\n    height: 250px;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    margin-bottom: 20px;\r\n  }\r\n  \r\n  @media (max-width: 768px) {\r\n    .coin-area {\r\n      height: 180px;\r\n      margin-bottom: 15px;\r\n    }\r\n  }\r\n\r\n  .coin {\r\n    width: 140px;\r\n    height: 140px;\r\n    border-radius: 50%;\r\n    background: linear-gradient(135deg, #778541 0%, #9da75e 100%);\r\n    display: flex;\r\n    justify-content: center;\r\n    align-items: center;\r\n    font-size: 60px;\r\n    font-weight: 900;\r\n    color: white;\r\n    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);\r\n    box-shadow: \r\n      0 10px 30px rgba(119, 133, 65, 0.3),\r\n      inset 0 2px 10px rgba(255,255,255,0.5),\r\n      inset 0 -4px 10px rgba(0,0,0,0.2);\r\n    border: 5px solid rgba(255,255,255,0.4);\r\n    position: relative;\r\n    transform-style: preserve-3d;\r\n  }\r\n  \r\n  @media (max-width: 768px) {\r\n    .coin {\r\n      width: 110px;\r\n      height: 110px;\r\n      font-size: 50px;\r\n      border: 4px solid rgba(255,255,255,0.4);\r\n    }\r\n  }\r\n  \r\n  .coin::before {\r\n    content: '';\r\n    position: absolute;\r\n    top: 10%;\r\n    left: 10%;\r\n    width: 30%;\r\n    height: 30%;\r\n    background: radial-gradient(circle, rgba(255,255,255,0.6) 0%, transparent 70%);\r\n    border-radius: 50%;\r\n  }\r\n\r\n  .coin.toss {\r\n    animation: coinToss 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;\r\n  }\r\n  \r\n  .coin.result {\r\n    animation: bounce 0.6s ease-out, shine 2s ease-in-out infinite;\r\n  }\r\n\r\n  .result-text {\r\n    font-size: var(--result-size);\r\n    margin-top: 10px;\r\n    font-weight: bold;\r\n    transition: all 0.3s ease;\r\n    text-transform: uppercase;\r\n    letter-spacing: 2px;\r\n    color: #333;\r\n  }\r\n  \r\n  @media (max-width: 768px) {\r\n    .result-text {\r\n      font-size: 28px;\r\n      margin-top: 5px;\r\n    }\r\n  }\r\n\r\n  .stats {\r\n    margin-top: 20px;\r\n    display: flex;\r\n    gap: 40px;\r\n    justify-content: center;\r\n    font-size: 14px;\r\n    color: #666;\r\n  }\r\n  \r\n  @media (max-width: 768px) {\r\n    .stats {\r\n      gap: 25px;\r\n      margin-top: 10px;\r\n    }\r\n  }\r\n  \r\n  .stat-item {\r\n    display: flex;\r\n    flex-direction: column;\r\n    align-items: center;\r\n    gap: 5px;\r\n  }\r\n  \r\n  .stat-value {\r\n    font-size: 28px;\r\n    font-weight: bold;\r\n    color: #778541;\r\n  }\r\n  \r\n  @media (max-width: 768px) {\r\n    .stat-value {\r\n      font-size: 22px;\r\n    }\r\n  }\r\n  \r\n  .stat-label {\r\n    font-size: 12px;\r\n    text-transform: uppercase;\r\n    letter-spacing: 0.5px;\r\n  }\r\n\r\n  .history-box {\r\n    margin-top: 25px;\r\n    text-align: center;\r\n    font-size: var(--history-size);\r\n    opacity: 0.85;\r\n    max-width: 450px;\r\n    line-height: 1.6;\r\n    word-wrap: break-word;\r\n    color: #555;\r\n  }\r\n  \r\n  @media (max-width: 768px) {\r\n    .history-box {\r\n      font-size: 12px;\r\n      max-width: 100%;\r\n      padding: 0 10px;\r\n      margin-top: 15px;\r\n      line-height: 1.4;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<div class=\"coin-container\">\r\n  <div class=\"left-panel\">\r\n    <h3 class=\"title\">M\u00fcnzwurf<\/h3>\r\n\r\n    <button class=\"btn\" onclick=\"flipCoin()\">M\u00fcnze werfen<\/button>\r\n<button class=\"btn-secondary btn\" onclick=\"copyHistory()\">Verlauf kopieren<\/button>\r\n<button class=\"btn-gray btn\" onclick=\"clearHistory()\">Verlauf l\u00f6schen<\/button>\r\n  <\/div>\r\n\r\n  <div class=\"right-panel\">\r\n    <div class=\"coin-area\">\r\n      <div id=\"coin\" class=\"coin\">?<\/div>\r\n    <\/div>\r\n\r\n    <div id=\"resultText\" class=\"result-text\">Bereit zum Werfen<\/div>\r\n\r\n    <div class=\"stats\">\r\n      <div class=\"stat-item\">\r\n        <div class=\"stat-value\" id=\"headsCount\">0<\/div>\r\n        <div class=\"stat-label\">Kopf<\/div>\r\n      <\/div>\r\n      <div class=\"stat-item\">\r\n        <div class=\"stat-value\" id=\"tailsCount\">0<\/div>\r\n        <div class=\"stat-label\">Zahl<\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div id=\"history\" class=\"history-box\"><\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\n  let flipHistory = [];\r\n  let flipping = false;\r\n  let headsCount = 0;\r\n  let tailsCount = 0;\r\n\r\n  function flipCoin() {\r\n    if (flipping) return;\r\n    flipping = true;\r\n\r\n    const coin = document.getElementById(\"coin\");\r\n    const resultText = document.getElementById(\"resultText\");\r\n    const historyBox = document.getElementById(\"history\");\r\n\r\n    coin.classList.remove(\"result\");\r\n    coin.classList.add(\"toss\");\r\n    coin.textContent = \"?\";\r\n\r\n    setTimeout(() => {\r\n      const value = Math.random() < 0.5 ? \"Heads\" : \"Tails\";\r\n      const symbol = value === \"Heads\" ? \"H\" : \"T\";\r\n\r\n      coin.textContent = symbol;\r\n      \r\n      if (value === \"Heads\") {\r\n        headsCount++;\r\n        document.getElementById(\"headsCount\").textContent = headsCount;\r\n        coin.style.background = \"linear-gradient(135deg, #778541 0%, #9da75e 100%)\";\r\n      } else {\r\n        tailsCount++;\r\n        document.getElementById(\"tailsCount\").textContent = tailsCount;\r\n        coin.style.background = \"linear-gradient(135deg, #d26a56 0%, #e0816f 100%)\";\r\n      }\r\n\r\n      coin.classList.add(\"result\");\r\n      \r\n      resultText.style.opacity = \"0\";\r\n      setTimeout(() => {\r\n        resultText.textContent = value + \"!\";\r\n        resultText.style.opacity = \"1\";\r\n        resultText.style.color = value === \"Heads\" ? \"#778541\" : \"#d26a56\";\r\n      }, 100);\r\n\r\n      flipHistory.push(value);\r\n      if (flipHistory.length > 50) flipHistory.shift();\r\n\r\n      historyBox.textContent = \"Last 10: \" + flipHistory.slice(-10).join(\", \");\r\n\r\n      coin.classList.remove(\"toss\");\r\n      flipping = false;\r\n    }, 1200);\r\n  }\r\n\r\n  function copyHistory() {\r\n    if (flipHistory.length === 0) return;\r\n    navigator.clipboard.writeText(flipHistory.join(\"\\n\"))\r\n      .then(() => alert(\"History copied to clipboard!\"));\r\n  }\r\n\r\n  function clearHistory() {\r\n    flipHistory = [];\r\n    headsCount = 0;\r\n    tailsCount = 0;\r\n    document.getElementById(\"history\").textContent = \"\";\r\n    document.getElementById(\"headsCount\").textContent = \"0\";\r\n    document.getElementById(\"tailsCount\").textContent = \"0\";\r\n    document.getElementById(\"resultText\").textContent = \"Ready to flip\";\r\n    document.getElementById(\"resultText\").style.color = \"#333\";\r\n    document.getElementById(\"coin\").textContent = \"?\";\r\n    document.getElementById(\"coin\").style.background = \"linear-gradient(135deg, #778541 0%, #9da75e 100%)\";\r\n    document.getElementById(\"coin\").classList.remove(\"result\");\r\n  }\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-dce-background-color=\"#FDFDFD\" class=\"elementor-element elementor-element-74bcc145 e-flex e-con-boxed e-con e-parent\" data-id=\"74bcc145\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div data-dce-text-color=\"#232323\" class=\"elementor-element elementor-element-4f1d69da elementor-widget elementor-widget-text-editor\" data-id=\"4f1d69da\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\">Der <b>TakiDaki M\u00fcnzwurf <\/b>ist ein schnelles und transparentes Tool f\u00fcr einfache, unvoreingenommene Entscheidungen \u2014 immer wenn du ein faires 50\/50-Ergebnis brauchst.<\/p><p class=\"p1\">Einfach den Button dr\u00fccken, den animierten Wurf beobachten \u2014 und sofort ein zuf\u00e4lliges Ergebnis erhalten.<\/p><p class=\"p1\">Perfekt f\u00fcr Creator, Teams, Paare und alle, die eine klare und verl\u00e4ssliche Entscheidung zwischen zwei Optionen brauchen.<\/p><p class=\"p1\">Dank \u00fcbersichtlicher Oberfl\u00e4che und vollst\u00e4ndig zuf\u00e4lligem Algorithmus sieht dein Publikum: Das Ergebnis ist schnell, fair und nicht zu manipulieren.<\/p><h3><b>\ud83d\udfe2 Du kannst es nutzen f\u00fcr:<\/b><\/h3><ul><li><p class=\"p1\">Die Wahl zwischen zwei Ideen oder Optionen<\/p><\/li><li><p class=\"p1\">Schnelle Entscheidungen in Spielen<\/p><\/li><li><p class=\"p1\">Zuf\u00e4llige Auswahl bei kleinen Aufgaben oder Challenges<\/p><\/li><li><p class=\"p1\">Unterhaltsame Interaktionen mit deiner Community<\/p><\/li><\/ul><h3><b>\u2728 Die wichtigsten Vorteile:<\/b><\/h3><ul><li><p class=\"p1\">Sofortiger M\u00fcnzwurf mit fl\u00fcssiger Animation<\/p><\/li><li><p class=\"p1\">Einfache, \u00fcbersichtliche Oberfl\u00e4che \u2014 keine Einrichtung n\u00f6tig<\/p><\/li><li><p class=\"p1\">L\u00e4uft direkt im Browser<\/p><\/li><li><p class=\"p1\">Integrierte Verlaufsverfolgung und -l\u00f6schung<\/p><\/li><li><p class=\"p1\">Ergebnisse lassen sich einfach kopieren oder teilen<\/p><\/li><li><p class=\"p1\">Fair, schnell und transparent \u2014 jeder Wurf ist unabh\u00e4ngig<\/p><\/li><\/ul><p class=\"p1\">Du suchst eine einfache und ehrliche Methode f\u00fcr eine 50\/50-Entscheidung?<\/p><p class=\"p1\">TakiDaki M\u00fcnzwurf liefert das Ergebnis sofort \u2014 und sieht dabei gro\u00dfartig aus.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>M\u00fcnzwurf M\u00fcnzwurf M\u00fcnze werfen Verlauf kopieren Verlauf l\u00f6schen ? Bereit zum Werfen 0 Kopf 0 Zahl Der TakiDaki M\u00fcnzwurf ist ein schnelles und transparentes Tool f\u00fcr einfache, unvoreingenommene Entscheidungen \u2014 immer wenn du ein faires 50\/50-Ergebnis brauchst. Einfach den Button dr\u00fccken, den animierten Wurf beobachten \u2014 und sofort ein zuf\u00e4lliges Ergebnis erhalten. Perfekt f\u00fcr Creator, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2487,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-3062","page","type-page","status-publish","has-post-thumbnail","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/takidaki.com\/de\/wp-json\/wp\/v2\/pages\/3062","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/takidaki.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/takidaki.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/takidaki.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/takidaki.com\/de\/wp-json\/wp\/v2\/comments?post=3062"}],"version-history":[{"count":1,"href":"https:\/\/takidaki.com\/de\/wp-json\/wp\/v2\/pages\/3062\/revisions"}],"predecessor-version":[{"id":3063,"href":"https:\/\/takidaki.com\/de\/wp-json\/wp\/v2\/pages\/3062\/revisions\/3063"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/takidaki.com\/de\/wp-json\/wp\/v2\/media\/2487"}],"wp:attachment":[{"href":"https:\/\/takidaki.com\/de\/wp-json\/wp\/v2\/media?parent=3062"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}