.cache-button {
            padding: 15px 30px;
            font-size: 12px;
            background-color: #007bff;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        .cache-button:hover {
            background-color: #0056b3;
        }
        .message {
            margin-top: 20px;
            font-size: 12px;
            color: green;
            display: none; /* Standardmäßig versteckt */
        }