.card-info-icon{position:absolute;top:5px;right:5px;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:3;font-size:14px;opacity:.8}.card-info-icon:hover{background:rgba(255,255,255,.3);opacity:1;transform:scale(1.1)}.card-info-icon i{color:white}.gemeinde-wetter-hourly{background:#f8f9fa;border-radius:12px;padding:25px;margin-bottom:25px;border:1px solid #e9ecef}.gemeinde-wetter-hourly h3{margin:0 0 20px;font-size:1.5em;font-weight:600;text-align:center;color:#333}.hourly-container{display:flex;overflow-x:auto;gap:15px;padding:10px 0}.hourly-item{display:flex;flex-direction:column;align-items:center;min-width:80px;padding:15px 10px;background:#fff;border-radius:10px;border:1px solid #e9ecef;text-align:center;box-shadow:0 2px 4px rgba(0,0,0,.05)}.hourly-item .time{font-size:.9em;font-weight:500;margin-bottom:8px;color:#666}.hourly-item .icon{width:32px;height:32px;margin-bottom:8px}.hourly-item .temp{font-size:1.2em;font-weight:600;margin-bottom:5px;color:#333}.hourly-item .precip{font-size:.8em;color:#666}@media (max-width:768px){.card-info-icon{width:28px;height:28px;font-size:12px}}.hourly-container::-webkit-scrollbar{height:8px}.hourly-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.hourly-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.hourly-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.gemeinde-wetter-error{background:#f8d7da;color:#721c24;padding:15px;border-radius:8px;border:1px solid #f5c6cb;margin:20px 0;text-align:center;font-weight:500}.modal-content.closing{animation:modalSlideOut .3s ease}