@keyframes rollDiceAnimation{0%{transform:translateX(0) rotate(0deg)}50%{transform:translateX(10px) rotate(180deg)}to{transform:translateX(0) rotate(360deg)}}.wochenplan{width:100%;border-collapse:collapse;margin-top:20px}.wochenplan td,.wochenplan th{border:1px solid #ddd;padding:8px;text-align:left}@media screen and (max-width:768px){.wochenplan td,.wochenplan th{line-height:1.2}}.wochenplan th{background-color:#f4f4f4;font-weight:700}.wochenplan td:first-child{width:20%}.wochenplan td:last-child{width:80%}.wochenplan td{height:100px}.recipe-row{display:flex;gap:20px;flex-wrap:wrap}.recipe-row>div{flex:1 1 calc(50% - 20px);box-sizing:border-box}.dice,.dice:hover{text-decoration:none}.dice{display:inline-block;cursor:pointer;margin-left:10px}.dice:hover{animation:rollDiceAnimation .2s ease-out}.week-day{background-color:#fceee8;border-radius:15px;margin-bottom:10px}.week-header{display:flex;align-items:center;justify-content:space-between;margin-top:15px}.day-label{background-color:#f23d4c;color:#fff;padding:17px;margin-left:15px;margin-top:15px;margin-bottom:15px;border-radius:10px;font-weight:500}.note-icon{width:35px;height:35px;margin-right:20px;cursor:pointer;transition:transform .1s ease}.note-icon:hover{transform:scale(1.1)}.entries{margin-left:15px;padding-bottom:15px}.notepad{display:none;width:calc(100% - 30px);margin:10px 15px 15px;padding:10px;font-size:15px;border-radius:8px;border:1px solid #ccc;resize:vertical;background-color:#fffdfa}.notepad:focus{outline:0;border-color:#f23d4c;box-shadow:0 0 3px #f23d4c88}.note-limit{font-size:12px;text-align:right;color:#555;margin-right:20px;margin-bottom:10px;display:none}